[ http://issues.apache.org/jira/browse/AXISCPP-793?page=comments#action_12319151 ]
Dushshantha Chandradasa commented on AXISCPP-793: ------------------------------------------------- Hi Linesh, I can't understand how Call::getFaultAsXMLString() method is called when there is no fault. Could u please explain the situation a bit more, then i can look in to the problem. Dushshantha > Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when > there is no fault response. > ------------------------------------------------------------------------------------------------------- > > Key: AXISCPP-793 > URL: http://issues.apache.org/jira/browse/AXISCPP-793 > Project: Axis-C++ > Type: Bug > Components: Client - Deserialization > Environment: 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
