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.
-
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]