- From: Martin Gudgin <marting@develop.com>
- Date: Mon, 7 May 2001 22:28:16 +0100
- To: "XML Protocol Comments" <xml-dist-app@w3.org>
As promised here is a proposal for an XMLP Module that ensures that if any XMLP Blocks marked mustUnderstand='1' targetted at actors other than the ultimate recipient are present in the message when it arrives at the ultimate recipient then a fault will be generated. Begin XMLP Module Definition Block: The block is a single element with a local name of CheckMustUnderstand and a namespace name of http://www.w3.org/XMLP/Modules. This element MUST be annotated with a mustUnderstand attribute in the http://schemas.xmlsoap.org/soap/envelope/ namespace with a value of '1'. Handler: On seeing the Block element the handler will inspect the XMLP message for Blocks targeted at actors other than the ultimate recipient. If any such Blocks exist and one or more of them is annotated with a mustUnderstand attribute in the http://schemas.xmlsoap.org/soap/envelope/ namespace with a value of '1' then the Handler MUST generate a fault. The fault MUST have a faultcode element with a value of x:Server.MandatoryBlockNotProcessed where x maps to the namespace name http://www.w3.org/XMLP/Modules. The Handler MAY place information about the namespace name and local name of the block or blocks that caused the fault to be generated into the detail element of the fault. End XMLP Module Definition Observations: 1. The namespace name and local name of the Block element are of course open to discussion, think of them as placeholders for now. 2. The same applies to the faultcode 3. Do we want to specify the faultcode that should be returned? 4. Do we want to define what goes in the detail of the fault? 5. Have I missed any edge/corner cases in my description of the Handler? Comments, flames etc. to the usual address. Hopefully we can usefully discuss this on this weeks concall. Martin Gudgin DevelopMentor
Received on Monday, 7 May 2001 17:29:56 UTC