Re: A REST challenge

You would typically define a new feature, such as a message correlation
feature [1]. Also see the message exchange context [2].

Jean-Jacques.

[1] http://www.w3.org/TR/2002/NOTE-soap12-email-20020626#correlation
[2] http://www.w3.org/TR/2002/WD-soap12-part2-20020626/#bindpropsscope

Paul Prescod wrote:

> Let's be concrete.
>
> POST /call-back/server/
> callback-URI: http://www.myhomeaddress.com/myuri/CORRELATIONID_1234
>
> Now the call-back server calls back
>
> POST /myuri/CORRELATIONID_1234
> host: www.myhomeaddress.com
>
> Note that the user agent can embed *as much* information in this URI as
> it needs to recognize the appropriate callback. In fact, however, the
> original POST could have also supplied all sorts of correlating
> information in the body.
>
> How would you do this otherwise with SOAP?

Received on Wednesday, 17 July 2002 05:11:51 UTC