You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2007/03/24 07:41:32 UTC

[jira] Resolved: (SYNAPSE-82) Some header properties are missing when sending a request to an endpoint where addressing is engaged

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

Asankha C. Perera resolved SYNAPSE-82.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-RC1-B3

I think this was related to SYNAPSE-83 which was fixed. Please try with the next build and if there is any issue attach the TCP mon any any other information to understand the reasons

> 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
>             Fix For: 1.0-RC1-B3
>
>
> 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org