This text file contains sample code fragments from: Section 15.5 - Binding to HTTP Without SOAP 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 - Prentice Hall Service-Oriented Computing Series from Thomas Erl Site - www.soabooks.com ... ... Example 15.27 - The httpbind:binding and httpbind:operation extensibility elements used to bind the port type and operation, respectively. Example 15.28 - The httpbind:address extensibility element with a location attribute indicating the point of contact for this service. Example 15.29 - Both input and output messages are bound to the standard text/xml MIME content type. HTTP version of the Purchase Order service. Example 15.30 - A complete WSDL 1.1 definition of the Purchase Order service with an imported abstract description bound to HTTP only. POST /services/http/po/status HTTP/1.1 Host: actioncon.com Content-Type: text/xml; charset="utf-8" ... 123456 Example 15.31 - A simple HTTP request message sent to the Web service. HTTP/1.1 200 OK Content-type: application/xml ... Pending Example 15.32 - A simple HTTP response message sent by the Web service. Example 15.33 - A binding construct with child operation elements. Each element in this construct is extended with HTTPspecific attribute values. Example 15.34 - The endpoint element sets the address to which HTTP messages can be sent. HTTP version of the Purchase Order service. Example 15.35 - A complete WSDL 2.0 HTTP binding of the Purchase Order service.