RE: SimpleDeser cannot handle structured data

2002-04-12 Thread Adam.Leggett
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

SimpleDeser cannot handle structured data

2002-04-12 Thread Adam.Leggett
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

SAXException : SimpleDeser cannot handle structured data

2002-03-20 Thread Vemuri, 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

Re: SAXException : SimpleDeser cannot handle structured data

2002-03-19 Thread Russell Butek
- 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

SAXException : SimpleDeser cannot handle structured data

2002-03-19 Thread Vemuri, Vijay
: 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

SAXException : SimpleDeser cannot handle structured data

2002-03-14 Thread Vemuri, Vijay
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