[ 
https://issues.apache.org/jira/browse/SYNAPSE-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688831#action_12688831
 ] 

Asankha C. Perera commented on SYNAPSE-496:
-------------------------------------------

Bill, Can you explain this a bit more? I tried this with the client sending a 
request with WS-A.. the reply contains the correct WS-A action returned by the 
backend service

i.e. 
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing";>
         
<wsa:MessageID>urn:uuid:FA30C8E5EA7E80453612379245594173880061179687751</wsa:MessageID>
         <wsa:Action>urn:getQuoteResponse</wsa:Action>
         <wsa:RelatesTo>urn:uuid:F4B4D63CF46FD91B661237924559140</wsa:RelatesTo>
      </soapenv:Header>
      <soapenv:Body>....

> 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: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to