- From: Francis Norton <francis@redrice.com>
- Date: Mon, 05 Jun 2000 14:17:21 +0100
- To: xml-dist-app@w3.org
Section 3 of the soap 1.1 spec states "A SOAP message MUST NOT contain a Document Type Declaration. A SOAP message MUST NOT contain Processing Instructions." The definition of SOAP message in section 4 includes the SOAP body (4.3), which is defined to be "... a simple mechanism for exchanging mandatory information ..." - but the SOAP body also includes any payload which does not participate in any SOAP namespace, and is surely not mandatory according to the spec? So does the DTD and PI prohibition apply to the payload as well as to the SOAP namespace elements? If it does, does this mean that we will need a protocol to serialise XML as SOAP payload? Or simply take the undignified route of sending any DTD or PI encrusted XML as a CDATA section? Francis.
Received on Monday, 5 June 2000 09:16:47 UTC