Isuru Udana Loku Narangoda created SYNAPSE-937:
--------------------------------------------------
Summary: [PTT] Message not get built in response path when
transport switching
Key: SYNAPSE-937
URL: https://issues.apache.org/jira/browse/SYNAPSE-937
Project: Synapse
Issue Type: Bug
Components: Transports
Reporter: Isuru Udana Loku Narangoda
Priority: Critical
When using Passthough transport, When transport switching is happening in
response path, message has to be built.
For an example in the following sample configuration and an empty envelope get
written to a file as message is not built when switching transports from http
to vfs.
<proxy name="StockQuoteProxy" xmlns="http://ws.apache.org/ns/synapse">
<target>
<endpoint>
<address
uri="http://localhost:9000/services/SimpleStockQuoteService"/>
</endpoint>
<outSequence>
<property action="set" name="OUT_ONLY" value="true"/>
<send>
<endpoint>
<address uri="vfs:file:///home/isuru/response"/>
</endpoint>
</send>
</outSequence>
</target>
</proxy>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]