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 "Gunderson, Jeff" <jg...@cincom.com> on 2002/02/05 19:05:40 UTC

Help setting up messaging sample

Hi All,

I installed Apache Soap with Tomcat and am trying to get the messaging
sample to work.  When I send a message to the POProcessor class I recieve
response:

RESPONSE:
--------
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>No Deserializer found to deserialize a
'urn:po-processor:shipTo' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
 
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The "shipTo" is the first Element in the envelope sent.  

Any hints would be much appreciated.

Thanks,
Jeff