You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2013/07/15 01:42:48 UTC

[jira] [Assigned] (SYNAPSE-937) [PTT] Message not get built in response path when transport switching

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

Hiranya Jayathilaka reassigned SYNAPSE-937:
-------------------------------------------

    Assignee: Hiranya Jayathilaka
    
> [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
>            Assignee: Hiranya Jayathilaka
>            Priority: Critical
>         Attachments: SYNAPSE-937.patch
>
>
> 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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org