NoSuchMethodError at org.apache.axis.utils.XMLUtils.getSAXParser
843834Apr 12 2006 — edited Apr 12 2006Hi,
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...