2.2.4 WS-Routing Path Element
SRMP uses the WS-Routing <rp:path> element, as defined in http://schemas.xmlsoap.org/rp, for its addressing purposes. The <path> element specifies the destination queue for the SRMP message, the sender's identity, a user-defined label for the message, and a response queue.
The WS-Routing <rp:path> element MUST be present as a child element of the <se:Header> element. Its namespace MUST be declared as xmlns="http://schemas.xmlsoap.org/rp/". It MUST be marked as follows with the SOAP attribute se:mustUnderstand="1".
-
<path xmlns="http://schemas.xmlsoap.org/rp/" se:mustUnderstand="1">
The child elements of <rp:path> are used as described in the following sections.