This text file contains sample code fragments from:
Section 15.4 - Custom Header Blocks and Header Faults
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.20 - The three global element declarations representing the header-related types.
Example 15.21 - The three header-related global elements assigned to the element attributes of part elements.
...
Example 15.22 - The three global element declarations representing the header-related types.
...
Example 15.23 - The binding construct hosting SOAP binding extensibility elements that are used to assign the part elements from the message definitions to the header portions of input and output SOAP messages.
Example 15.24 - The msgSubmitOrderRequest message definition with a SecurityHeader part element that will be assigned to the SOAP header section.
...
Example 15.25 - The binding construct with a SOAP extensibility header element used to assign the SecurityHeader part to the input message of the opSubmitOrder operation.
secret
...
Example 15.26 - The highlighted text represents the po:securityType construct that represents the header block as it might exist in an actual SOAP message.