This text file contains sample code fragments from:
Section 18.3 - MAP Vocabulary
Chapter 18 - Advanced Message Design Part I: WS-Addressing Vocabularies
Book - Web Service Contract Design & Versioning for SOA
Series - The Prentice Hall Service Technology Series from Thomas Erl
Site - www.servicetechbooks.com
http://megaeuromart.com/client
Example 18.8 - The wsa:To element with a value indicating the address of the consumer to which the message is being sent.
http://megaeuromart.com/client
http://actioncon.com/service
Example 18.9 - The wsa:From construct containing a wsa:Address element with an address value that represents the Web service from where the message originated.
http://megaeuromart.com/client
http://actioncon.com/service
http://actioncon.com/service/reply
Example 18.10 - The wsa:ReplyTo header element indicating that the recipient of this message should, in fact, respond to a different address than from where this message originated.
...
http://actioncon.com/service/fault
Example 18.11 - The wsa:FaultTo element being assigned an EPR comprised of just a wsa:Address element value.
...
http://actioncon.com/service/poprocess
Example 18.12 - The required wsa:Action element containing a URI that indicates a hint as to the purpose or intent of the message.
...
urn:uuid:246d44f9-5a2f-11d7-944a-006097b0abf
Example 18.13 - The wsa:MessageId element containing a unique ID value.
...
urn:uuid:a46d54f9-5d2f-21d7-944a-106097bf065
Example 18.14 - The wsa:RelatesTo element containing the identifier of a separate message that this message relates to.
http://megaeuromart.com/client
http://actioncon.com/service/reply
http://actioncon.com/service/fault
http://actioncon.com/service/poprocess
urn:uuid:246d44f9-5a2f-11d7-944a-006097b0abf
...
Example 18.15 - A message from the Purchase Order endpoint containing an EPR for use by the consumer program.