when original format is soap, when endpoint/[EMAIL PROTECTED]"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
<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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]