The SOAP-RP Profile
The SOAP-RP profile is an implementation of the SOAP WS-Routing specification (formerly known as the SOAP Routing Protocol), which can be downloaded from http://msdn.microsoft.com/ws/2001/10/Routing. Although a full discussion of the specification is outside the scope of this book, this section contains a brief overview and a description of the API that JAXM provides to allow the construction of messages that conform to the specification.
SOAP-RP Overview
SOAP-RP defines a SOAP header and a set
of rules to be followed that enable a SOAP message to be routed from
a sender, through zero or more intermediate systems to its final
destination. The SOAP-RP header, which is called
path, contains child elements from the set listed
in Table 4-4.
Table 4-4. SOAP-RP header elements
|
Element |
Description |
|---|---|
|
|
Contains the URI of the ultimate destination of the message. This element is added by the sender and cannot be changed as the message passes through intermediate systems. |
|
|
Contains a URI that identifies the sender of the message. |
|
|
If present, this tag contains zero or more URIs that define a list of
intermediate systems that must be visited before the message is
delivered to its final recipient. All of the systems in this list
must be visited in the order in which they appear. If this is not
possible, the message is discarded and a fault is returned (see the
Each URI is enclosed in a child element called
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access