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 bu...@apache.org on 2003/05/19 16:30:11 UTC

DO NOT REPLY [Bug 20028] - There is an error in XML document (582, 11). --> This is an unexpected token. Expected 'EndElement

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=20028>.
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=20028

There is an error in XML document (582, 11). --&gt; This is an unexpected token. Expected 'EndElement





------- Additional Comments From stevel@apache.org  2003-05-19 14:30 -------
You probably have an error in position 11, line 582 of the outbound XML message,
that being what the error text says. Maybe there is an invalid char in the text
(Axis 1.1 does not pick up on illegal chars < ascii 32 in the stream).

Try using tcpmon to get a snapshot of the message and look at where the problem is