Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
Windows XP Prof SP1
Axis 1.3
Xerces 2.6.0
Description
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>