RE: SOAP/XML Protocol and filtering, etc.

The meaning of SOAPAction is not to say that "this is a stockquote
service" but to say that "I am sending you a SOAP message of a type that
is part of a stock quote service".

The difference is that one is a destination which is carried in HTTP by
the request-URI but the other is a hint about what is in the message.
This is why SOAPAction is a separate parameter.

Henrik

>> On Sun, May 06, 2001 at 03:12:08PM -0400, Keith Moore wrote:
>> > and client APIs.  It also keeps HTTP servers from having to know 
>> > specifically whether a particular URI corresponds with a SOAP 
>> > request (in which case it might have to look at the SOAPAction 
>> > header in order to know how to handle it) or not (in which case the

>> > SOAPAction header should be ignored).
>> 
>> Yep; seems to me that Content-Type ss more appropriate for dispatch, 
>> if doing it in a header is desireable.
>
>ugh.  only if you must.  the URL is *far* better for this purpose.

Received on Monday, 7 May 2001 18:52:41 UTC