al Message-
From: Adam.Leggett [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 10:47 AM
To: Axis User ([EMAIL PROTECTED])
Subject: SimpleDeser cannot handle structured data
I'm attempting to interop with Axis client and BEA WebLogic Workshop
service.
Workshop SOAP-faulted when usi
10
1.1
However the client throws the following exception:
org.xml.sax.SAXException: SimpleDeser cannot handle structured data!
Im gonna step throught the src to see if that will shed any light.
In the mea
:-
--
- 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
- 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
So
:
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
the log file on the server. But
on the client side, Axis complains
with the exception "SAXException : SimpleDeser cannot handle structured
data" while calling the web service.
The result of this method is a String (which encapsulates the resultant SOAP
/ XML message).
Thanks in advan