What is SOAP actor element?
- The header element may pass through different endpoints before it reaches the receiver.
- SOAP actor element is specifically used to address the header element to a specific endpoint.
- This attribute is used to annotate an extension element.
- The identifying intermediary for which the annotated extension element is intended.
- The value of the attribute is the URI then the extension is intended for the next intermediary in the chain, which will be sent first in case of the initial sender.
- If the attribute is not present, then the extension element is intended for the ultimate recipient of the message.
Syntax:Soap:actor="URL"