Re: [i95, i22] - Proposal for clarifying use of SOAPAction

mario.jeckle@daimlerchrysler.com wrote:
> 
> But when the SOAPAction as HTTP header field is required to contain only
> information which is derivable from the message's content, why not directly
> looking into the content ...?
> 
The main reason is that parsing the SOAP envelope is a relatively costly
operation compared to looking at the SOAPAction value. So if you are an
HTTP intermediary (not a XMLP intermediary) or endpoint then you don't
have to launch an XML parser on the contents of the entity body to
obtain some (limited) information on the contents of the message.

Marc.

--
Marc Hadley <marc.hadley@sun.com>
Tel: +44 1252 423740
Int: x23740

Received on Friday, 4 May 2001 09:44:07 UTC