Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NoSuchMethodError at org.apache.axis.utils.XMLUtils.getSAXParser

843834Apr 12 2006 — edited Apr 12 2006
Hi,

I'm trying to invoke a web service and get the following error. I use weblogic 6.0, jdk1.3 and axis 1.2.

null java.lang.NoSuchMethodError at org.apache.axis.utils.XMLUtils.getSAXParser(244)
at org.apache.axis.encoding.Deserialization.ContextImpl.parse(DeserializationContextImpl.java:254)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:282)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:447)
at org.apache.axis.client.Call.invokeEngine(Call.java:2702)
at org.apache.axis.client.Call.invoke(Call.java:2665)
at org.apache.axis.client.Call.invoke(Call.java:2355)
at org.apache.axis.client.Call.invoke(Call.java:2278)
at org.apache.axis.client.Call.invoke(Call.java:1772)


My classpath has the following jars:

wsdl jar(the jar which i created after doing wsdl2java), axis.jar, wsdl4j.jar, commons-discovery.jar, commons-logging.jar, log4j.jar, saaj.jar, jaxrpc.jar, j2ee.jar

Please help me to resolve this ASAP...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2006
Added on Apr 12 2006
1 comment
142 views