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 Albert Bachand <ab...@okiok.com> on 2004/07/07 21:04:23 UTC

Deserializer for anyType

Hello,

I'm having problems with elements of type: xsd:anyType. Whenever I call 
an operation that includes elements defined as anyType, I get the 
following exception on the server, as it's parsing the request: 
"org.xml.sax.SAXException: No deserializer for 
{http://www.w3.org/2001/XMLSchema}anyType".

Am I doing something wrong? Is Axis capable of handling elements of type 
anyType? I'm using 1.2beta and using Wsdl2Java to generate all the 
skeleton code.

Thanks,
Albert