[
https://issues.apache.org/jira/browse/SYNAPSE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631747#action_12631747
]
Asankha C. Perera commented on SYNAPSE-446:
-------------------------------------------
Andreas / Stefan
Sorry about the delay in my reply..
>Why does the sender give precedence to the transport headers to determine the
>recipient? I don't know. Note that for the From and CC addresses, it's the
>other way round: the sender firsts looks at OutTransportInfo. Maybe somebody
>else knows why this was implemented in this way?
This is because all transport senders gives higher priority to 'transport'
headers/properties than the others. So a WS-A SOAP message may have its 'To'
address to http://someendpoint while it maybe sent over the mail transport to
mailto:[EMAIL PROTECTED]
> <syn:header name="To" value="mailto:[EMAIL PROTECTED]"/ <[EMAIL
> PROTECTED]/>>*". Theses
settings change however nothing to the result.
Yes, the "header" mediator changes the SOAP header not the transport headers.
Use the following instead:
<syn:property name="To" value="[EMAIL PROTECTED]" scope="transport"/>
> Multipart/mixed mail message not forwarded to proxy
> ---------------------------------------------------
>
> Key: SYNAPSE-446
> URL: https://issues.apache.org/jira/browse/SYNAPSE-446
> Project: Synapse
> Issue Type: Bug
> Reporter: Stefan Lecho
> Attachments: log.txt
>
>
> https://wso2.org/jira/browse/ESBJAVA-566
--
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]