You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Steve Weiss <sw...@hq.nasa.gov> on 2003/06/26 22:28:06 UTC

Re: Deserialization error: org.xml.sax.SAXException: Invalid element in...

I think I fixed my problem. Apparently I needed to create a separate
QName object for each of my bean classes in the client, and use it for
the type mapping.

-Steve