This text file contains sample code fragments from: Section 9.2 - Interface Definition Chapter 9 - Fundamental WSDL 2.0: New Features and Design Options Book - Web Service Contract Design & Versioning for SOA Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl Site - www.soabooks.com Example 9.1 - The WSDL 2.0 interface construct with possible child elements. Example 9.2 - An interface construct with one operation element. Example 9.3 - An interface construct that inherits from another interface construct as per the extends attribute. Example 9.4 - The interface element's styleDefault attribute set to the IRI style. Example 9.5 - The types construct establishing the invalidOrderType XML Schema type. Example 9.7 - A fault element bound to the binding element that also contains two operation elements. soap:Sender 02-23-2008 1234 The required order party ID is missing. Example 9.8 - A sample runtime SOAP fault message. Example 9.9 - A WSDL 2.0 operation definition based on the In-Out MEP.