Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
Value is made up of 2 components separated by a colon, a name component and an optional private keystore password component.
Example: ACME:mypassword

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.
Access to a private key is not mandatory but it will be required if the receipt is to be signed.

*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.

...