Responder Inbound Request—BusinessConnect to Private Process
The Responder private process uses this message to handle inbound requests.
Subject Name |
prefix.installation.EZComm.RESPONDER.REQUEST External example: AX.BC.BC-ACME.EZComm.RESPONDER.REQUEST |
Field | Type | Required | Description |
---|---|---|---|
resend | Boolean | No | A boolean value that indicates whether a message is resent. |
standardID | String | Yes | Name of the protocol. |
fromTp | String | Yes | Name of the trading partner who initiated the transaction. |
toTP | String | Yes | Name of the trading partner who received the transaction. |
operationID | String | No |
A three-part ID of the form:
|
transactionID | String | Yes |
A unique ID generated by BusinessConnect Container Edition when publishing the transaction to the private process's environment. |
closure | String | No |
A closure message generated by the private process and sent to BusinessConnect Container Edition. |
binaryRequest |
base64Binary |
No |
Used by BusinessConnect Container Edition to send data when binary data is being passed to a partner. |
isBinaryFile | Boolean | No |
This field shows whether the file specified in the field
|
inputFile | String | No |
Used for a file reference that was passed to BusinessConnect Container Edition. |
operationType | String | No |
Represents the type of the operation, such as Notify, Synchronous Request Response, or Asynchronous Request Response. |
duplicate | Boolean | No | Specifies whether the incoming request is a duplicate. |
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 that helps the receiving system to identify the sending system. The
|
as2-from | String | No |
A short string that helps the receiving system to identify the sending system. The
|
email-subject | String | No | A string that receives an email subject from 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 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 , 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. |