This text file contains sample code fragments from:
Section 7.4 - Message Definitions
Chapter 7 - Fundamental WSDL Part I: Abstract Description Design
Book - Web Service Contract Design & Versioning for SOA
Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl
Site - www.soabooks.com
Example 7.9 - The msgPurchaseOrderRequest message construct with a part child element. (The part element is
explained in the following section.)
Example 7.10 - A message construct with a part child element.
Example 7.11 - A message construct with multiple part child elements.
Example 7.12 - The message construct now with only one part element referring to the complex type that represents the same
sequence of elements as the previous example.
Example 7.13 - A message construct with a part child element associated with the global purchaseOrder element.
Example 7.15 - Message definitions based on the use of the element attribute.