Responder Outbound Response—Private Process to BusinessConnect
The Responder private process uses this message to handle outbound responses.
| Subject Name |
prefix.installation.EZComm.RESPONDER.RESPONSE External example: AX.BC.BC-ACME.EZComm.RESPONDER.RESPONSE |
| Field | Type | Required | Description |
|---|---|---|---|
| statusCode | Integer | Yes | A code indicating the status of the message (200 for success). Alternatively, a code that represents the type of error.
|
| statusMsg | String | Yes | OK or a description of the cause of the error.
|
| binaryResponse | Base64Binary | No | A response is sent to this field if it contains binary data. |
| responseFile | String | No | This is the name of the file that contains the response. |
| deleteResponseFile | Boolean | Deletes the response file if the value is
true.
|
|
| closure | String | Yes | This is the closure that is received from the Responder Request Based on this value, this response is correlated to the request. |
| content-type | String | No | Content type of the response. If not specified, BusinessConnect Container Edition interprets this value. |
| content-disposition | String | No | Maps to MIME's content-disposition. This value, if provided, is set in the MIME Internet headers. |
| as2-subject | String | No |
A short string identifying the topic of the AS2 message. By default, the value in the
|
| Attachment | |||
| name | String | No |
Name of the attachment file. For more information, see Multiple Attachments. |
| content | Any | No | Content of the attachment. |
| fileName | String | No |
A file reference can be sent as an attachment. For more information, see Multiple Attachments. |
| deleteFile | Boolean | No | If set to
true, the file reference specified in the
filename field is deleted after the completion (successful or otherwise) of the transaction.
|
| content-id | String | No | Represents the content Id for the attachment. It must be specified and enforced at the BusinessWorks palette level. If this field is not specified, it is populated as
transactionID-sequence number.
|
| content-type | String | No |
Represents the type of the message content. For more information, see Multiple Attachments. |
| Body | |||
| stringData (plainResponse) | String | No | A response is sent to this field if it contains string data. |