You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "John Hawkins (JIRA)" <ax...@ws.apache.org> on 2005/11/22 13:37:42 UTC

[jira] Closed: (AXISCPP-866) Client fails to handle fault messages from the server

     [ http://issues.apache.org/jira/browse/AXISCPP-866?page=all ]
     
John Hawkins closed AXISCPP-866:
--------------------------------

    Resolution: Fixed

Fault mapping doc is working now.

> Client fails to handle fault messages from the server
> -----------------------------------------------------
>
>          Key: AXISCPP-866
>          URL: http://issues.apache.org/jira/browse/AXISCPP-866
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Deserialization
>     Reporter: James Jose

>
> Server sends the following fault message. But client fails to handle the fault message and results in Exception
> <?xml version="1.0" encoding="utf-8"?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode xmlns="">Server.generalException</faultcode><faultstring xmlns="">org.xml.sax.SAXException: WSWS3052E: Error: Bad envelope namespace:  http://www.w3.org/2003/05/soap-envelope To see the message containing the parsing error in the log, either enable web service engine tracing or set MessageContext.setHighFidelity(true).</faultstring><detail xmlns=""/></soapenv:Fault></soapenv:Body></soapenv:Envelope>
> Exception generated by the client:
> Exception :  HTTPTransportException:HTTP transport error 
>  Server sent HTTP error: 'Internal Server Error'
> DynamicCheckFaultTest fails because of this issue...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira