This text file contains sample code fragments from:
Section 18.2 - The EPR Vocabulary
Chapter 18 - Advanced Message Design Part I: WS-Addressing Vocabularies
Book - Web Service Contract Design & Versioning for SOA
Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl
Site - www.soabooks.com
...
Example 18.1 - The parent wsa:EndpointReference construct. The opening element establishes the wsa: prefix used by child elements from the WS-Addressing language.
http://actioncon.com/service
Example 18.2 - The wsa:Address element containing the address value of the Web service issuing the EPR.
http://www.w3.org/2005/08/addressing/anonymous
Example 18.3 - A pre-defined address value used to indicate the anonymous value.
http://www.w3.org/2005/08/addressing/none
Example 18.4 - The URI for the "none" value used to indicate that messages sent to a specific endpoint will actually not go anywhere.
http://actioncon.com/service
1
Example 18.5 - The wsa:ReferenceParameters construct containing a custom child element with a parameter value.
1
id-123-456-abc:01:23
Example 18.6 - The new act:ClientID element is added, constituting a new parameter.
http://actioncon.com/service
1
po:ifPurchaseOrder
Example 18.7 - A wsa:ReferenceParameters construct with a nested wsa:Metadata construct containing the wsam:InterfaceName element.