[ http://issues.apache.org/jira/browse/AXISCPP-723?page=comments#action_12315028 ]
Henrik Nordberg commented on AXISCPP-723: ----------------------------------------- Samisa and Adrian, both of you seem to say that <detail><appSpecific><detail>AxisWsddException:Requested service not found</detail> </appSpecific></detail> is invalid as detail node of a SOAP fault. Why do you think that is the case? Did you follow the conversation here: http://issues.apache.org/jira/browse/AXIS-1836 ? It seems unnecessary to have a <detail> node nested within <appSpecific>, but the SOAP detail node can contain anything (except text; it has to be XML elements), so technically it is correct. If you feel otherwise, please make your views known by commenting on AXIS-1835. > SOAP Fault sent from server has wrong XML > ----------------------------------------- > > Key: AXISCPP-723 > URL: http://issues.apache.org/jira/browse/AXISCPP-723 > Project: Axis-C++ > Type: Bug > Components: Server - Engine > Versions: 1.5 Final > Reporter: Samisa Abeysinghe > > When the C++ server throws a SOAP fault, I get the following XML: > <detail><appSpecific><detail>AxisWsddException:Requested service not > found</detail> > </appSpecific></detail> > As you can notice, the use of "detail" tag is wrong here. > Following is the ccomplete SOAP message sent by server: > HTTP/1.1 200 OK > Date: Fri, 01 Jul 2005 08:53:35 GMT > Server: Apache/2.0.49 (Unix) > Content-Length: 580 > Content-Type: text/xml > <?xml version='1.0' encoding='utf-8' ?> > <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <SOAP-ENV:Body> > <SOAP-ENV:Fault> > <faultcode>SOAP-ENV:Client</faultcode> > <faultstring>Requested service is not registerd at the server</faultstring> > <faultactor>server name:listen port</faultactor> > <detail><appSpecific><detail>AxisWsddException:Requested service not > found</detail> > </appSpecific></detail> > </SOAP-ENV:Fault> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> -- 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
