Initiator Inbound Response—BusinessConnect to Private Process
The Initiator private process uses this message to handle inbound responses.
Subject Name |
prefix.installation.EZComm.INITIATOR.RESPONSE External example: AX.BC.ACME.EZComm.INITIATOR.RESPONSE |
Field | Type | Required | Description |
---|---|---|---|
resend | Boolean | No | A boolean value indicating whether a message is resent. |
standardID | String | Yes | Name of the protocol. |
fromTp | String | No | Name of the trading partner initiating the transaction. |
toTp | String | Yes | Name of the trading partner receiving the transaction. |
operationID | String | No |
A three-part ID of the form:
|
transactionID | String | No | It is a unique ID for transactions in the Initiator private processes environment. The private process creates this ID. |
statusCode | String | No | A code indicating the status of the message.
200 for success. Otherwise, a code that represents the type of error.
|
statusMsg | String | No | OK or a description of the cause of the error.
|
closure | String | No | The private process generates the closure message and sends it to BusinessConnect Container Edition. BusinessConnect Container Edition is required to return this closure contents back in the
InitiatorResponse to ensure that the private process can match it with the original
InitiatorRequest .
|
duplicate | Boolean | No | Specifies whether the incoming response is a duplicate. |
binaryResponse | String | No | A response is sent to this field if it contains binary data. |
responseFile | String | No | File name containing the response. |
originalFileName | String | No |
This field contains the filename of the original response file in an Asynchronous request response operation:
|
as2-subject | String | No | A short string identifying the topic of the AS2 message. |
as2-to | String | No |
A short string aiding the receiving system in identifying the sending system. The
|
as2-from | String | No |
A short string aiding the receiving system in identifying the sending system. The
|
email-subject | String | No | A string receiving an email subject by the
EMAIL or
AS1-EMAIL transport.
|
Attachment | |||
name | String | No |
Name of the attachment file. For more information, see Multiple Attachments. |
content | any | No | Content for 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 , then the private process can decide to delete the inbound attachment file.
|
content-id | String | No | Represents the content Id for the attachment. It must be specified and enforcement is performed 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. |