Page History
...
The following keywords may be supplied on the SEND command or as an entry in a keyword/value list argument.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
SEND | RECIPIENT | value | Mandatory. The identity that that will receive the receipt. This value is used in resource file lookups. |
DELIVERY | value | Mandatory. The address for the receipt delivery. This will have been retrieved from the inbound transaction RECEIPTDELIVERY. | |
RECEIPTMIC | value | Mandatory. MIC of original transaction. | |
RECEIPTMESSAGEID | value | Mandatory. Original Message-Id. | |
RECEIPTSUBJECT | value | Mandatory. Original message subject. | |
RESPONSE | *DEFAULT | Optional. Default. Send receipt. | |
*ERROR | Send an error receipt. | ||
PROCESSED | value | Optional. Default value is "processed". | |
MODIFIER | value | Optional. Default value is blank or "error" for response *ERROR. | |
AS2TO | value | Optional. AS2-To. | |
AS2FROM | value | Optional. AS2-From. | |
FROM | value | Optional. From. | |
SUBJECT | value | Optional. Subject. | |
TEXT | value | Optional. Text | |
MESSAGEID | value | Optional. Complete transaction message id. The Message-Id is normally generated. | |
SIGNED | *YES | Optional. If *YES, then a keystore password is required. | |
*NO | Default. | ||
USER | value | Optional. Basic authentication user. | |
PASSWORD | value | Optional. Basic authentication password. |
The RECIPIENT keyword value is used to obtain the signing key file, password and signing certificate using a selection hierarchy of entries from the properties file.
...