You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Ruwan Linton (JIRA)" <ji...@apache.org> on 2007/10/10 13:07:50 UTC

[jira] Resolved: (SYNAPSE-137) when original format is soap, when endpoint/address@format="pox", return message is sent as pox (not original format i.e. soap)

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

Ruwan Linton resolved SYNAPSE-137.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Committed upul's patch to fix this issue

> when original format is soap, when endpoint/address@format="pox", return message is sent as pox (not original format i.e. soap)
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-137
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-137
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Upul Godage
>             Fix For: 1.1
>
>         Attachments: SYNAPSE-137.patch
>
>
> <definitions xmlns="http://ws.apache.org/ns/synapse">
>     <proxy name="StockQuoteProxy">
>         <target>
>             <endpoint>
>                 <address format="pox" uri="http://localhost:9001/soap/SimpleStockQuoteService"/>
>             </endpoint>
> 			<outSequence>
> 				<send/>
> 			</outSequence>
>         </target>
>         <publishWSDL uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
>     </proxy>
> </definitions>

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