Tom,

 

I’m just learning this stuff myself. I believe a bunch of standard types are supported for Soap, and therefore have deserializers available. Serialization is the process that reduces objects to transferable bits. Either your type isn’t supported (what is “anyType?”) or you’re not pulling in the correct schema to support it. Since the message says soapEnv:server, the message is being issued from the server, but again that may be due to the nature of the data or schema references sent to it.

 

Regards,

Mark

 

 


From: Tom Drought [mailto:[EMAIL PROTECTED]
Sent: Monday, April 18, 2005 8:05 AM
To: [email protected]
Subject: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType

 

Help. I have a SOAP:Lite script that is receiving the following error message:

 

soapenv:Server.userException org.xml.sax.SAXException: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType

Does anyone know what it means and how I might be able to fix it? Is it client side or server side?

 

Thanks,

Tom

Reply via email to