Ideas for Examples From Kevin Liu: Option1: Use the existing StockQuote service example from WSDL1.1 http://www.w3.org/TR/2001/NOTE-wsdl-20010315 Option2: Use the Travel Reservation service example from SOAP1.2 Primer http://www.w3.org/2000/xp/Group/2/01/29/edcopy-soap12-part0-20020129.html Option3: come up with a new example that suitable for introducing the WSDL concepts step by step - solicit ideas from the WSD WG Step1: Define the messages to be exchanged and related schema types Step2: Define the abstract interface - this step may branch to different scenarios to illustrate all the "transmission primitives" defined in WSDL1.2 Part 1 Step3: Define the binding - illustrate how the interface can be bound to different protocols defined in WSDL1.2 Part 2 Step4: Authoring style - illustrate how wsdl:import can be used to compose various WSDL documents Step5: Advanced topics - Discuss remaining issues Suggestion from Sanjiva: Show both document style and RPC style.