While running a soap client request , i get the following error. 

<?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:ecauthenticate:doc'
using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>

</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


Here is my deployment descriptor , please advice.

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:ecauthenticate" type="message">
  <isd:provider type="java"
                scope="Application"
                methods="authenticate  bustedRequest">
    <isd:java class="com.tfc.soap.ECAuthenticate" static="false"/>
  </isd:provider>


<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListene
r>
</isd:service>

I appreciate a earliest reply. Thanks - Syed

Reply via email to