Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-1705

Incorrect WS-Addressing header for callback endpoint

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        1. patch1705
          21 kB
          Simon Nash

        Activity

          People

            scnash Simon Nash
            scnash Simon Nash
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: