This text file contains sample code fragments from:
Section 10.4 - Attaching Policies to WSDL Definitions
Chapter 10 - Fundamental WS-Policy: Assertions, Expressions, and Attachments
Book - Web Service Contract Design & Versioning for SOA
Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl
Site - www.soabooks.com
Example 10.22 - A policy expression attached to the service policy subject is located directly beneath the opening service element.
...
...
Example 10.23 - A policy expression attached to the endpoint policy subject via the positioning of the policy expression beneath the opening binding element.
Example 10.24 - A policy expression attached to the operation policy subject by placing the policy expression code under the opening operation element.
Example 10.25 - A policy assertion attached to the message policy subject by locating the policy statement beneath the opening input element.
Example 10.26 - The wsp:PolicyReference element performing an include of another policy expression.
...
...
...
...
Example 10.27 - Two policy assertions located inline within a WSDL definition.
...
Example 10.28 - The wsp:PolicyReference element used to pull in the "composite-policy" policy expression.