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 transaction. This value is used in resource file lookups. |
FILE | value | Mandatory. Filename of content. | |
NAME | value | Optional. Override name of filename used in message. | |
CONTENT | value | Mandatory. Content mime-type. | |
*XML | application/xml. | ||
*X12 | application/edi-x12. | ||
*EDIFACT | application/edifact. | ||
MESSAGEID | value | Optional. Complete transaction message id. The Message-Id is normally generated. | |
SUBJECT | value | Optional. Transaction subject. | |
RECEIPTTO | value | Optional. Require receipt. | |
*NONE | Do not send Disposition-Notification-To. | ||
RECEIPTSIGNED | *YES | Optional. Require signed receipt. | |
*NO | |||
DELIVERY | value | Optional. URL for asynchronous receipt delivery. | |
*NONE | Do not send Receipt-Delivery-Option. | ||
SIGNED | *YES | Optional. Signed Transaction. | |
*NO | Default. | ||
ENCRYPTED | *YES | Optional. Encrypted Transaction. | |
*NO | Default. | ||
COMPRESSED | *YES | Optional. Compressed Content. | |
*NO | Default. | ||
USER | value | Optional. Basic authentication user. | |
PASSWORD | value | Optional. Basic authentication password. | |
WAIT | *YES | Optional. Default is 0. | |
*NO | Do not wait for HTTP response. | ||
value | Wait read time in milliseconds. | ||
TIMEOUT | value | Optional. Default is 0 which means disabled. | |
PARTNER | value | Optional. Authentication partner. |
The RECIPIENT keyword value is used to obtain the signing key file, password, signing certificate, encryption certificates and verify authentication of signed receipt certificate using a selection hierarchy of entries from the properties file.
...