You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Linesh Mahadik (JIRA)" <xe...@xml.apache.org> on 2005/08/11 11:24:39 UTC

[jira] Created: (XERCESC-1474) Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when there is no fault response

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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1474) Call::getFaultAsXMLString() throws exception in CPP_DOC_PROVIDER mode, when there is no fault response

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1474?page=all ]
     
Alberto Massari resolved XERCESC-1474:
--------------------------------------

    Resolution: Invalid

This is a report for Axis, not Xerces-C++ (unless there is a problem in how Axis uses Xerces, but the bug report doesn't give us any information on where this problem could be).


> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org