| Name | Description | Type | Additional information |
|---|---|---|---|
| AS2Identifier |
The AS2 Identifier of the receiving system. |
string |
None. |
| MDNTo |
Used to indicate that a message disposition notification is requested. default: "as2@bspny.com" |
string |
None. |
| TargetUrl |
The URL to which the request is made. (Required when sending) |
string |
None. |
| CompressMessage |
Compress the outgoing data. By default, outgoing data will not be compressed. Setting this property will compress the outgoing data. Compression is highly recommended for large messages, as it will reduce network bandwidth and processing time required. The compression algorithm used is Zlib, default is true |
boolean |
None. |
| SignMessage |
Sign message. If this property is specified, the message content will be signed using the algorithm given by SignatureAlgorithm. default value is true |
boolean |
None. |
| SignatureAlgorithm |
Signature algorithm to be used in outgoing messages - default value sha-256 |
string |
None. |
| EncryptMessage |
Sign message. If this property is specified, the message the data will be encrypted using the partner certificate and the algorithm specified in EncryptionAlgorithm. default is true |
boolean |
None. |
| EncryptionAlgorithm |
The algorithm used to encrypt the EDI data. Possible values are: 3DES(default), DES, AESCBC128, AESCBC192, AESCBC256 |
string |
None. |