You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "indika priyantha kumara (JIRA)" <ji...@apache.org> on 2008/05/07 10:09:56 UTC

[jira] Resolved: (SYNAPSE-92) Incorrect soap fault generated when running sample 5

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

indika priyantha kumara resolved SYNAPSE-92.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

issue was when setting the error message as a synapse msg context property . property value had been calculated as fault.toString(fault - SOAPFault) 



> 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
>            Assignee: indika priyantha kumara
>             Fix For: 1.3, 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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org