RE: text/xml for SOAP is incorrect

> Another question, which may have been addressed in a message I
> overlooked, but what if a SOAP message per the application/soap+xml
> proposal were contained in a MIME multipart structure?  In this case,
> the top-level MIME type would make no mention of SOAP (or would it?
> How?)  If so, how would a processor of the message make the 
> correct and
> rapid messing-with or dispatching decisions?
If the MIME 'envelope' (outer content-type in multipart/related) isn't SOAP
the the message isn't SOAP.
If intermediaries are built to look at portions of a message, they have to
scan the stream... (which is pretty efficient with a Boyer-Moore algorithm.)

mike

Received on Wednesday, 19 September 2001 16:53:31 UTC