This text file contains sample code fragments from: Section 15.1 - Extreme Loose Coupling with WSDL 2.0 Chapter 15 - Advanced WSDL Part II: Message Dispatch, Service Instance Identification, and Non-SOAP HTTP Binding Book - Web Service Contract Design & Versioning for SOA Series - The Prentice Hall Service Technology Series from Thomas Erl Site - www.servicetechbooks.com Example 15.1 - The original WSDL 2.0 version of the opSubmitOrder operation. Example 15.2 - The revised opSubmitOrder operation with the element attribute of the input element set to "#any." I can do anything. Example 15.3 - A SOAP message with a soap:Body construct that does not contain a well-formed XML construct. I can do anything. Example 15.4 - A SOAP message with a soap:Body construct that does contain a well-formed XML construct. Example 15.5 - Another example of a well-formed XML document (comprised solely as a single element) within the soap:Body construct. Example 15.6 - Another legitimate XML document in the SOAP body. Example 15.7 - An XML document that is not well formed within the SOAP body.