Re: final decision on well-formedness checking

"Martin Gudgin" <mgudgin@microsoft.com> writes:
> Just to make sure I understand, you are advocating something like:
> 
> 1. Intermediary receives SOAP message
> 
> 2. Intermediary begins to parse stream 
> 
> 3. Intermediary gets to end of soap:Header. Everything is
> well-formed up to this point and intermediary has processed all headers
> targetted at it.
> 
> 4. Intermediary stops doing XML parsing and just streams the rest
> of the message ( the soap:Body and descendants, plus the closing
> </soap:Envelope> to the next node.
> 
> Is that roughly whay you're looking for?

Yep, that would do great.

If something were indeed wrong within the soap:Body say, something
else will break later down the route and I'd like that to be "ok".

Sanjiva.

Received on Thursday, 8 May 2003 01:15:39 UTC