Hi,
I am getting the following exception "SimpleDeser cannot handle
structured data".
The server is indeed generating the resultant SOAP document,(which looks
valid), so I am not sure as to why the client is generating this exception.
Any tips are greatly appreciated.
Thanks,
Vijay.
----------------------------------------------------------------------------
--
- Exception:
org.xml.sax.SAXException: SimpleDeser cannot handle structured data!
at
org.apache.axis.encoding.ser.SimpleDeserializer.onStartChild(Unknown Source)
at
org.apache.axis.encoding.DeserializationContextImpl.startElement(Unknown
Source)
at org.apache.axis.message.SAX2EventRecorder.replay(Unknown Source)
at org.apache.axis.message.MessageElement.publishToHandler(Unknown
Source)
at org.apache.axis.message.RPCElement.deserialize(Unknown Source)
at org.apache.axis.message.RPCElement.getParams(Unknown Source)
at org.apache.axis.client.Call.invoke(Unknown Source)
at org.apache.axis.client.Call.invoke(Unknown Source)
at org.apache.axis.client.Call.invoke(Unknown Source)
at
org.tempuri.XogInvCableSoapBindingStub.getGeneralInfoByItemId(XogInvCableSoa
pBindingStub.
at test.main(test.java:16)