You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Juan Amat <ju...@alcatel.com> on 2006/10/02 19:48:48 UTC

Re: Fault handling and misc questions

Hi,

Some more info.

>
> What makes me say that this is incorrect, is that the same fault with 
> AXIS Java is:
> <soapenv:Fault>
> <faultcode>soapenv:Server.generalException</faultcode>
> <faultstring></faultstring>
> <detail>
> <ns1:Fault xmlns:ns1="AMSMib.xsd"><ns1:code>2</ns1:code>
> <ns1:reason>Obj Not found</ns1:reason>
> </ns1:Fault>
> <ns2:exceptionName 
> xmlns:ns2="http://xml.apache.org/axis/">ams.ws.Fault_T</ns2:exceptionName> 
>
> <ns3:hostname 
> xmlns:ns3="http://xml.apache.org/axis/">sol-jamat</ns3:hostname>
> </detail>
> </soapenv:Fault>
>
If I use a Axis C++ client with a Axis Java (1.2.1) server, with the 
same fault
message my client crashes (it expects "fault" and receives "Fault").
Another piece of info is that I use a "document" style service.
(in fact I have tried "rpc" but found other issues).

Juan




---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org