Given below is a list of SOAP headers. Its is also possible to add Custom SOAP Headers using the PayloadFactory mediator.
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
SOAP headers provide information about the message, such as the To and From values. You can use the get-property()
function in the Property mediator to retrieve these headers. You can also add Custom SOAP Headers using the PayloadFactory mediator.
To
Header Name | To |
---|---|
Possible Values | Any URI |
Description | The To header of the message. |
Example | get-property("To") |
...