

RPCElement.java
86c86
<                       OperationDesc [] operations) throws ClassNotFoundException
---
>                       OperationDesc [] operations)
106,110d105
< 
<               if (serviceDesc == null) {
<                  throw new ClassNotFoundException("Axis can't find the class using method: "+lc);
<               }
< 






BodyBuilder.java
158,164c158,159
< 
<               try {
<                  element = new RPCElement(namespace, localName, prefix,
<                                           attributes, context, operations);
<               } catch(ClassNotFoundException e) {
<                  throw new SAXException(e);
<               }
---
>                 element = new RPCElement(namespace, localName, prefix,
>                                          attributes, context, operations);

