You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <tj...@adobe.com> on 2008/10/01 17:24:07 UTC

RE: SAXException

Axis is getting back XML that was not properly formed.

In this case, it was looking at something like <mystring>Hello</mystring> and it found a child element:  <mystring>Hello <childthing></childthing></mystring>.

That is bad and this error is thrown.

Tom Jordahl
Adobe

From: John Harris [mailto:john.harris36@gmail.com]
Sent: Monday, September 29, 2008 8:02 PM
To: axis-dev@ws.apache.org
Subject: SAXException

Hello,

I am using axis 1.4, I have web services with 2 WSDLs. For some reason I get the following error every once in a while, doesnt happen all the time. I usually get this error like once or twice out of 20 times.

faultString: org.xml.sax.SAXException : SimpleDeserializer
encountered a child element, which is NOT expected, in something it was trying to deserialize.

Thanks