DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16846>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16846 Error in deserialization ------- Additional Comments From [EMAIL PROTECTED] 2003-02-06 15:50 ------- I was mistaken in what causes the issue (sorry). I don't know how to turn on debugging 100% (editing the loj4.property files doesn't seem to work) so I ahve been adding print statements to the src. Anyway, it now seems that it appears to be attempting to go through the DiscoveryResponse tag again after it is done with the Envelope tag. Here is a snippit: [java] Enter: DeserializationContextImpl::endElement(urn:schemas-microsoft- com:xml-analysis, DiscoverResponse) [java] org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. [java] at org.apache.axis.encoding.ser.SimpleDeserializer.onStartChild (SimpleDeserializer.java:188) [java] Enter: DeserializationContextImpl::endElement (http://schemas.xmlsoap.org/soap/envelope/, Body) [java] at org.apache.axis.encoding.DeserializationContextImpl.startElement (DeserializationContextImpl.java:894) [java] at org.apache.axis.message.SAX2EventRecorder.replay (SAX2EventRecorder.java:200) [java] Enter: DeserializationContextImpl::endElement (http://schemas.xmlsoap.org/soap/envelope/, Envelope) [java] at org.apache.axis.message.MessageElement.publishToHandler (MessageElement.java:684) [java] at org.apache.axis.message.RPCElement.deserialize (RPCElement.java:241) [java] Enter: DeserializationContextImpl::startElement(urn:schemas-microsoft- com:xml-analysis, DiscoverResponse) [java] at org.apache.axis.message.RPCElement.getParams(RPCElement.java:265) [java] Enter: DeserializationContextImpl::startElement(, return) [java] Enter: DeserializationContextImpl::startElement(urn:schemas-microsoft- com:xml-analysis:rowset, root) [java] at org.apache.axis.client.Call.invoke(Call.java:1871) [java] at org.apache.axis.client.Call.invoke(Call.java:1777) [java] at org.apache.axis.client.Call.invoke(Call.java:1315) [java] at com.symbol.pps.analysis.test.TestClient.main(Unknown Source) [java] org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Please ignore the stack trace dump that is also occuring. If you examine the output stating with Enter you will see what I am referring to. Thank you
