The error message is strange, because it shows both the namespace 
(http://schemas.xmlsoap.org/soap/envelope/) and namespace prefix (SOAP-ENV) with the 
local name (Fault).  What server is returning the Fault to your client?  Can you 
capture the response message (e.g. on Win2k with netmon, on UNIX with tcpdump, or on 
either using a relay or proxy like TcpTunnelGui, TcpTrace, ProxyTrace)?  To get that 
error message, I would expect there to an element like

    <SOAP-ENV:SOAP-ENV:Fault>

instead of the correct

    <SOAP-ENV:Fault>

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Dinesh Sonsale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 5:24 AM
Subject: No Deserializer found to deserialize



hi Friends,


When I am getting SOAP fault then it throws this error. It will be great anyone throw 
more light on this issue. 

[SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a 
&apos;http://schemas.xmlsoap.org/soap/envelope/:SOAP-ENV:Fault&apos; using encoding 
style &apos;http://schemas.xmlsoap.org/soap/encodi
ng/&apos;.; targetException=java.lang.IllegalArgumentException: No Deserializer found 
to deserialize a 'http://schemas.xmlsoap.org/soap/envelope/:SOAP-ENV:Fault' using 
encoding style 'http://schemas.xmlsoap.org/soap/enco
ding/'.]

Thanking you in advance 

Best Regards, 
Dinesh 

Reply via email to