You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Graice Marques <gr...@gmail.com> on 2005/09/29 16:32:47 UTC

Problem invoking webservice

Hi!

I have a web application that uses a webservice that was running in Tomcat
5.0.27 with Java 1.4 and Axis 1.1.

Now I'm migrating this application to run in Tomcat 5.5.9 with Java 1.5 and
Axis 1.2.1. But when I invoke the webservice it returns the following error:

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.lang.NullPointerException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAX
ParserImpl.java:385)
at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa
tionContextImpl.java:246)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
at org.apache.axis.client.Call.invokeEngine(Call.java:2545)
at org.apache.axis.client.Call.invoke(Call.java:2515)
at org.apache.axis.client.Call.invoke(Call.java:2210)
at org.apache.axis.client.Call.invoke(Call.java:2133)
at org.apache.axis.client.Call.invoke(Call.java:1656)
...

Does anybody can help me?

Thanks!

Best Regards,
Graice
graicem@gmail.com