Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
binaryContent |
binary |
The binary content of the response to the request. |
asciiContent |
string |
The ASCII content of the response to the request. |
Headers |
complex |
The fields of the header specified on the Input Headers tab. For more information about these items, see the description of the Input Headers tab. Note: Only the first Send HTTP Response activity in a process definition can set the Headers element. If your process definition contains multiple Send HTTP Response activities, the headers are set by the first activity and this element is ignored for all subsequent activities.
|
DynamicHeaders |
complex |
The dynamic header is an additional header parameter to add runtime headers to the Outgoing Http Messages. This element is specified in the Input tab. Dynamic header consists of the following information:
Consider the following overriding conditions:
|
mimeEnvelope |
complex |
This element contains the message attachments. This element contains a repeating element named mimePart that contains each mime attachment. |
mimeHeaders |
complex |
This element contains the mime header for each mimePart. Mime headers can contain the following information:
For more information about MIME headers and their syntax, see http://www.faqs.org/rfcs/rfc2045.html. Note: 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 |
choice |
This element contains the mime attachment. The element can be one of the following:
|