messageContext | Object Message context from which to retrieve the message addressing property value. A message context contains properties for the SOAP message and provides access to the SOAP message. Integration Server creates the message context and passes it to the header handler. All handlers invoked by a given instance of a SOAP request or SOAP response use the same message context, which enables you to use the message context to pass information among handlers. |
messageAddressing Properties | Document Value of the specified message addressing property. | ||
Key | Description | ||
messageID | String Conditional. Unique identifier of the SOAP message. | ||
relatesTo | Document List Conditional. Contains the relation ship information to another SOAP message. | ||
Key | Description | ||
value | String Message ID of the related message. | ||
relationshipType | String Conditional. The relationship type. | ||
action | String Conditional. WS-Addressing action specified in the message addressing property of the SOAP message. | ||
to | Document Conditional. The endpoint reference that specifies the address of the intended receiver of the SOAP message. The to endpoint reference includes: attributes, which includes namespaceName, localname, and their values. address and its attributes and values. referenceParameters metadata and its attributes and elements extensibleElements, which are any other elements usually provided for future extensions. | ||
from | Document Conditional. The endpoint reference that specifies the source of the SOAP message. The from endpoint reference includes: attributes, which includes namespaceName, localname, and their values. address and its attributes and values. referenceParameters metadata and its attributes and elements. extensibleElements, which are any other elements usually provided for future extensions. | ||
replyTo | Document Conditional. The endpoint reference that specifies the destination address of the response (reply) message. The replyTo endpoint reference includes: attributes, which includes namespaceName, localname, and their values. address and its attributes and values. referenceParameters metadata and its attributes and elements. extensibleElements, which are any other elements usually provided for future extensions. | ||
faultTo | Document Conditional. The endpoint reference that specifies the address to which the SOAP fault messages are routed. The faultTo endpoint reference includes: attributes, which includes namespaceName, localname, and their values. address and its attributes and values. referenceParameters metadata and its attributes and elements. extensibleElements, which are any other elements usually provided for future extensions. |