Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when
there is no fault response
------------------------------------------------------------------------------------------------------
Key: XERCESC-1474
URL: http://issues.apache.org/jira/browse/XERCESC-1474
Project: Xerces-C++
Type: Bug
Components: Samples/Tests
Environment: Windows XP Prof SP1
Axis 1.3
Xerces 2.6.0
Reporter: Linesh Mahadik
Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when
there is no fault response.
For example, if a webservice sends clean response as below, above function
throws error
<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>
<ns1:addResponse xmlns:ns1 = "http://localhost/axis/Calculator">
<addReturn>1224</addReturn>
</ns1:addResponse>
</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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]