Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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")

...