You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Matt Diez <ma...@vedalabs.com> on 2000/10/18 18:04:59 UTC

SOAPException: No Deserializer found

Anyone know what might cause this error?

Running samples.addressbook.GetAddress, on Websphere 3.02.
java samples.addressbook.GetAddress
http://localhost:2020/soap/servlet/rpcrouter "Bob Q. Public"
Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize
a 'urn:xml-soap-address-demo:x:address' using encoding style
'http://schemas.xmlsoap.org/soap/encoding'.

GetAllListings works perfectly fine (as it serializes nothing), and soap.jar
and xerces (1.1.3) are in my CLASSPATH.

Matthew D. Diez