RE: Issue 71: Additional actors

Putting aside the question of why a sender would want to put something
in the message that must not be understood, it seems to me to be better
dealt with using encapsulation as this does not put us in a situation
where we have to redefine what "understand" means. 

<s:Envelope xmlns:s="http://www.w3.org/2001/06/soap-envelope">
 <s:Header>
  <a:DontTouchThis xmlns:a="http://www.example.org">
     ...
  </a:DontTouchThis>
 </s:Header>
 <s:Body>
   ...
 </s:Body>
</s:Envelope>

Note again, that we don't say anything about what processing means - it
may well mean simply "parse this blob".

Henrik

>It is the looseness in the phrase "it may well be ignored" 
>that rather sums it up.  The inserter of such a block may want 
>to say "it jolly well SHOULD/MUST be ignored" (by actors other 
>than those whose blocks refer to it, etc.).
>
>It behaves sort of like the inverse of mustunderstand -- 
>mustnotthinkyouunderstand.  If the final destination happened 
>to be outfitted with code which would otherwise want to 
>"dispatch" based on the presence of such a block, there is no 
>other convenient way for the sender to clearly indicate that 
>(in this particular case) it should not do so.

Received on Friday, 31 August 2001 20:21:59 UTC