Re: wsa:Action in responses

Hugo Haas wrote on 3/18/2005, 6:50 AM:

 > I interpret this as being opaque to everybody but the issuer of the
 > identifier. IOW, either your application knows about it and therefore
 > understands the carried meaning, or it doesn't, and it cannot guess.
 >
 > I am not sure what value it brings and whether it's really useful to
 > have this specified here, as it may be the source of confusion.

We were planning on using this for both routing and dispatching on
the invocation side (e.g. intermediaries can use this value to route
this request to the "real" endpoint within a cluster that is ready to
handle that type of request and within a "real" endpoint, the framework
layer can use this value to decide on which callback to invoke within
the service).

The main reason that we saw for having this in a header is that it
allows this work to be done without requiring such parties to interact
with the body of the message.

So, it can be opaque and useless for those who don't use it, but it
can be useful for those who want to be able to do this kind of stuff
without having to step into the body of the message.

Conor

Received on Friday, 18 March 2005 12:31:19 UTC