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 (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/19 14:57:30 UTC

[jira] [Resolved] (SYNAPSE-496) Out Action always urn:mediateResponse instead of value returned from server

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

Hiranya Jayathilaka resolved SYNAPSE-496.
-----------------------------------------

    Resolution: Cannot Reproduce
      Assignee:     (was: Asankha C. Perera)

If the problem persists, please reopen with more info
                
> Out Action always urn:mediateResponse instead of value returned from server
> ---------------------------------------------------------------------------
>
>                 Key: SYNAPSE-496
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-496
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: MAC OS, java 1.5.0_16
>            Reporter: Bill Majurski
>            Priority: Minor
>
> Config is 
> <definitions xmlns="http://ws.apache.org/ns/synapse">
>   <!-- Send the messageto implicit destination -->
>   <sequence name="main" transport="http, https" trace="enable">
>     <in>
>       <log level="simple"/>
>       <send>
>         <endpoint>
>           <address uri="http://localhost:9080/tf5/services/xdsregistryb">
>             <enableAddressing/>
>           </address>
>         </endpoint>
>       </send>
>     </in>
>     <out>
>       <log level="simple"/>
>       <send/>
>     </out>
>   </sequence>
> </definitions>
> Ruwan suggested
> <header name="Action" value="urn:ihe:iti:2007:RegistryStoredQueryResponse"/>
> in out mediator before send but this changed nothing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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