Hi folks,

i get this response when i invoke my service client:

SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>No Deserializer found to deserialize a 
&apos;MyWebServiceName:MyClientClass&apos; using encoding style 
&apos;http://schemas.xmlsoap.org/soap/encoding/&apos;.</faultstring>
<faultactor>/Apache-SOAP/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>

I assume the follwing:
My client serialize the object created by "MyClientClass" to the proper SOAP/XML 
format. Then it gets transfered to the WebService with the name "MyWebServiceName" 
(Port/URL and Name of Service is correct). Now the Service-Servlet tries to 
re-transfer (or deserialize) the SOAP-Message to an appropriate format. But this fails 
cause he finds no deserializer to handle the code constructed by my serializer.

Is that right? And if so, why is the response saying 
"<faultcode>SOAP-ENV:Client</faultcode>"?


Daniel.

--�
Don�Vito
email:[EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to