This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Given below is a list of SOAP headers.

Header Name: To

Header Name

To

Possible Values

Any URI

Description

The To header of the message.

Example

get-property("To")

Header Name: From

Header Name

From

Possible Values

Any URI

Description

The From header of the message.

Example

get-property("From")

Header Name: Action

Header Name

Action

Possible Values

Any URI

Description

The SOAPAction header of the message.

Example

get-property("Action")

Header Name: ReplyTo

Header Name

ReplyTo

Possible Values

Any URI

Description

The ReplyTo header of the message.

Example

<header name="ReplyTo" action="remove"/>

Header Name: MessageID

Header Name

MessageID

Possible Values

UUID

Description

The unique message ID of the message. It is not recommended to make alterations to this property of a message.

Example

get-property("MessageID")

Header Name: RelatesTo

Header Name

RelatesTo

Possible Values

UUID

Description

The unique ID of the request to which the current message is related. It is not recommended to make changes.

Example

get-property("RelatesTo")

Header Name

Header Name

FaultTo

Possible Values

Any URI

Description

The FaultTo header of the message.

Example

<header name="FaultTo" value="http://localhost:9000"/>
  • No labels