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
Priority: Critical
Fix For: Java-SCA-1.0
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]