Proxy target/endpoint sends messages even when target/inSequence/drop exists
----------------------------------------------------------------------------
Key: SYNAPSE-238
URL: https://issues.apache.org/jira/browse/SYNAPSE-238
Project: Synapse
Issue Type: Bug
Affects Versions: 1.1.1
Reporter: Upul Godage
<definitions xmlns="http://ws.apache.org/ns/synapse">
<proxy name="StockQuoteProxy">
<target>
<endpoint>
<address
uri="http://localhost:9001/soap/SimpleStockQuoteService"/>
</endpoint>
<inSequence>
<drop />
</inSequence>
<outSequence>
<log level="full" />
</outSequence>
</target>
<publishWSDL
uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/>
</proxy>
</definitions>
Message is sent to the endpoint even with the <drop/>.
--
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]