Hello William,

Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem is on the sending or receiving end.

Regards,
Dies


William Ward wrote:
Hi,
I get the following exception when calling a web service using Axis, I am calling the Web Service from a JSP page on Tomcat

Any ideas how I can find out what is causing this problem

{http://xml.apache.org/axis/}stackTrace:java.lang.IllegalArgumentExcepti
on
        at
org.apache.axis.encoding.ser.SimpleDeserializer.onEndElement(SimpleDeser
ializer.java:176)
        at
org.apache.axis.encoding.DeserializerImpl.endElement(DeserializerImpl.ja
va:502)
        at
org.apache.axis.encoding.DeserializationContext.endElement(Deserializati
onContext.java:1087)
        at
org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:
171)
        at
org.apache.axis.message.MessageElement.publishToHandler(MessageElement.j
ava:1140)
        at
org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)
        at
org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)
        at org.apache.axis.client.Call.invoke(Call.java:2448)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)


Reply via email to