Some header properties are missing when sending a request to an endpoint where
addressing is engaged
----------------------------------------------------------------------------------------------------
Key: SYNAPSE-82
URL: https://issues.apache.org/jira/browse/SYNAPSE-82
Project: Synapse
Issue Type: Bug
Affects Versions: 1.0-RC1-B2
Environment: Windows XP, j2sdk1.4.2_13
Reporter: Evanthika Amarasiri
Some of the properties are missing as specified below
The message sent from ESB to Server
==============================
The original message contains the following tags.
<wsa:To>
<wsa:ReplyTo>
<wsa:MessageID>
<wsa:Action>
But you will see the following tags only
<wsa:To>
<wsa:MessageID>
<wsa:Action>
The message sent from ESB to Client
==============================
In the original message which is sent from ESB to Client, you have to below tags
<wsa:To>
<wsa:ReplyTo>
<wsa:MessageID>
<wsa:Action>
<wsa:RelatesTo>
But you get only the following
<wsa:Action>
<wsa:MessageID>
<wsa:RelatesTo>
<wsa:RelatesTo>
<wsa:RelatesTo> (More than one RelatesTo tag is printed)
The message sent from Server to ESB
==============================
In the original message which is sent contains the following tags
<wsa:To>
<wsa:ReplyTo>
<wsa:MessageID>
<wsa:Action>
<wsa:RelatesTo>
But the following is what you get in the latest build.
<wsa:Action>
<wsa:RelatesTo>
--
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]