[ 
https://issues.apache.org/jira/browse/SYNAPSE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Asankha C. Perera resolved SYNAPSE-92.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-RC2-B2
         Assignee: Asankha C. Perera

Fixed. Response now reads as:


<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header>
         <wsa:MessageID>urn:uuid:EFEC36163E94865F3E1178177431791</wsa:MessageID>
         <wsa:Action>urn:getQuote</wsa:Action>
      </soapenv:Header>
      <soapenv:Body>
         <soapenv:Fault>
            <faultcode 
xmlns:tns="http://www.w3.org/2003/05/soap-envelope";>tns:Receiver</faultcode>
            <faultstring>java.net.UnknownHostException: bogus</faultstring>
            <detail />
         </soapenv:Fault>
      </soapenv:Body>
   </soapenv:Envelope>

> Incorrect soap fault generated when running sample 5
> ----------------------------------------------------
>
>                 Key: SYNAPSE-92
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-92
>             Project: Synapse
>          Issue Type: Bug
>         Environment: Windows XP, JDK1.5, synapse-1.0-RC2-SNAPSHOT
>            Reporter: Evanthika Amarasiri
>         Assigned To: Asankha C. Perera
>             Fix For: 1.0-RC2-B2
>
>
> When running sample 5 the soap fault returned is incorrect. See below for the 
> soap envelope generated.
> **************************************************************************************************************************************************************************************
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>       <soapenv:Header>
>          
> <wsa:MessageID>urn:uuid:3429C71AB558E2C4FB1178173070225</wsa:MessageID>
>          <wsa:Action>urn:getQuote</wsa:Action>
>       </soapenv:Header>
>       <soapenv:Body>
>          <soapenv:Fault>
>             <faultcode 
> xmlns:tns="http://www.w3.org/2003/05/soap-envelope";>tns:Receiver</faultcode>
>             <faultstring>&lt;soapenv:Fault 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>&lt;faultcode>soapenv:Client&lt;/faultcode>&lt;faultstring>java.net.UnknownHostException:
>  bogus&lt;/faultstring>&lt;detail />&lt;/soapenv:Fault>
>          </faultstring>
>          <detail />
>       </soapenv:Fault>
>    </soapenv:Body>
> </soapenv:Envelope>
> **************************************************************************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to