Reference Binding - Request Context
Request Context enables you to map data from the request message to the Get Context activity.
Data Source
Displays the data source schema tree for the input context parameters. All elements in this tree are available to drag and drop into the XPath Expression field.
The following elements are populated from the request message:
Elements of Request Message | Description |
---|---|
Transport Properties | Transport related information for HTTP headers when the Transport is HTTP, or JMS properties when the Transport is JMS, are populated from the request message. For more information about the transport properties, see Transport is HTTP and Transport in JMS tables. |
Headers | The header of the request. |
Undescribed Headers | Undescribed headers from the request message. |
mimeEnvelopeElement | Information about the attachements that are present in the request message. Individual attachment information is populated under one mimepart element. |
mimeHeader | This element contains the mime header for each mimePart. Mime headers can contain the following information:
When the content type is specified as "text/*" (for example, "text/xml"), the attachment content is expected to be in either the textContent input element or the file name storing the attachment is expected to be in the fileName input element. When the content type is anything other than "text/*", the attachment content is expected to be in either the binaryContent input element or the file name storing the attachment is expected to be in the fileName input element. |
binaryContent | textContent | fileName |
This element contains the mime attachment. The element can be one of the following: |
Element | Description |
---|---|
host | The host machine name or IP address to send the request to. For example, www.tibco.com. |
port | Port number on which the request was received. |
endpointURI | The address portion of the request. This is the portion before the question mark (?). |
Headers | Headers from the request message.
This field takes into account the encoding of the message body. |
Dynamic Headers |