[
https://issues.apache.org/jira/browse/SYNAPSE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evanthika Amarasiri reopened SYNAPSE-92:
----------------------------------------
This issue still exists in Version 1.2_QA_B1. Therefore the issue will be
reopened
The fault is displayed as below
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:MessageID>urn:uuid:93DD612F2E1A9FE71B1210132103723114002-825124384</wsa:MessageID>
<wsa:Action>urn:getQuote</wsa:Action>
<wsa:RelatesTo>urn:uuid:4CB71D2434F972FA421210132103204</wsa:RelatesTo>
</soapenv:Header>
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value
xmlns:tns="http://www.w3.org/2003/05/soap-envelope">tns:Receiver</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text>
<soapenv:Fault
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>soapenv:Server</faultcode>
<faultstring>java.net.UnknownHostException: bogus</faultstring>
<detail />
</soapenv:Fault>
</soapenv:Text>
</soapenv:Reason>
</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
> Assignee: 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><soapenv:Fault
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soapenv:Client</faultcode><faultstring>java.net.UnknownHostException:
> bogus</faultstring><detail /></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]