You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <tu...@ws.apache.org> on 2007/09/16 09:40:32 UTC

[jira] Resolved: (TUSCANY-1705) Incorrect WS-Addressing header for callback endpoint

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

Raymond Feng resolved TUSCANY-1705.
-----------------------------------

    Resolution: Fixed

Patch applied under r576055

> Incorrect WS-Addressing header for callback endpoint
> ----------------------------------------------------
>
>                 Key: TUSCANY-1705
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1705
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.0
>         Environment: All
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>            Priority: Critical
>             Fix For: Java-SCA-1.0
>
>         Attachments: patch1705
>
>
> The WS-Addressing headers sent on the wire are currently wsa:From for the callback endpoint and wsa:To for all other parameters.  These should all use wsa:To as agreed in the recent dev list discussion.
> Request message
> <wsa:To>
>  <wsa:EndpointReference xmlns:wsa="..." xmlns:tuscany="...">
>    <wsa:Address>...URI of the service being invoked...</wsa:Address>
>    <wsa:ReferenceParameters>
>      <tuscany:CallbackID>callback-A01</tuscany:CallbackID>
>      <tuscany:ConversationID>conversation-006</tuscany:ConversationID>
>      <tuscany:CallbackReference>
>        <wsa:EndpointReference>
>          <wsa:Address>...URI of the service for the callback...</wsa:Address>
>          <wsa:EndpointReference>
>      </tuscany:CallbackReference>
>      </wsa:ReferenceParameters>
>   </wsa:EndpointReference>
> </wsa:To>
> This is an interoperability issue so it needs to be fixed in Tuscany 1.0

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org