Re: Determining when an HTTP Post is a SOAP request.

> I was also thinking that the Content-Type header would be appropriate.  The
> current Content-Type for SOAP requests is text/xml which seems a little
> ambiguous and doesn't seem sufficient enough to categorically deem the
> incoming request a SOAP request.  Does it?

No, it doesn't.

But, in important ways, it *is* accurate to say that the content type
of a SOAP message is application/xml (*).  So even if the WG does
decide to use a SOAP-specific media type (which I'm still in favour
of, though perhaps not as enthusiastically as before), this media type
should not be the only media type with which SOAP messages can be
delivered, and therefore cannot be used to unambiguously identify a
SOAP message.  Another mechanism is still required.

 (*) text/xml is broken for other reasons

MB

Received on Tuesday, 2 October 2001 19:30:28 UTC