[
https://issues.apache.org/jira/browse/SYNAPSE-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Upul Godage resolved SYNAPSE-238.
---------------------------------
Resolution: Fixed
Assignee: Upul Godage
Now when a target/inSequence returns false, message is not sent to
target/endpoint in a proxy
> 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
> Assignee: 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]