While running your client you must be running passing your soap request to rpcrouter , instead pass your request file to messagerouter.
ie . java SendMessage http://localhost/soap/servlet/messagerouter abc.xml GoodLuck. -----Original Message----- From: Gunderson, Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:06 PM To: '[EMAIL PROTECTED]' Subject: 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