Reference Binding - Response Context
Response Context enables you to map data from the Set Context activity to the response message.
Data Source
Displays the data source schema tree for the output context parameters. All elements in this tree are available to drag and drop into the XPath Expression field.
The following table shows the response message entities:
Elements of Set Context/ Response Message | Description |
---|---|
Transport Properties | Headers of the response message.
|
Dynamic Headers | The dynamic header is an additional header parameter to add run time headers to the outgoing HTTP messages. The Dynamic Headers consists of the following information: |
Headers |
The fields of the header specified on the Input Headers tab. |
Undescribed Headers | Undescribed headers of the response message. |
mimeEnvelopeElement | Information about the attachments that are present in the response message. Individual attachment information is populated under one mimepart element. All attachments are configured as SwA unbound attachments. |
mimeHeader |
Contains the mime header for each mimePart. Mime headers can contain the following information:
For content type specified as "text/*" (for example, "text/xml"): the attachment content is expected to be in the textContent input element, or the file name storing the attachment is expected to be in the fileName input element. For content type 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 |
Contains the mime attachment. The element can be one of the following: |