Hi,

I've been testing out my newly deployed web service with a client and all I keep getting back is an axis fault with a null pointer exception:

############################
Remote Exception: java.lang.NullPointerException
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(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(Unk
nown Source)
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:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
....
######################################


I'm assuming that this means the values I passed back may have a null. But I checked my return values on the server side BEFORE sending them out and there were absolutely no nulls in my values. I also created a dummy return with values set to something other than null but still I get this problem. Does anyone have any suggestions as to how I can solve this problem? The only thing I know for sure is that my service is being called properly but once this service returns the values, I get this null pointer exception. Thanks in advance.

-los

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement




Reply via email to