The AS2 receive channel enables the connection via AS2 protocol. The receiving channel accepts incoming messages, places them in the message basket (incoming) and acknowledges them.
Notes:
| Properties | |
|---|---|
| Name | Description |
| Name | The name of the channel |
| Channel type name | The Type of the channel |
| Message direction | For receive channels the direction of the received message (but require also for send channels) |
| Message box | The message box |
| Public | True if the channel should be visible in the sub node |
| Certificate | The file with the own private key for decrypting the message. This is usually a p12-file. |
| Fallback certificate | File containing a fallback certificate in case the Certificate expires in the next view days. Usually this value is empty. |
| Password m | Password of the certificate. |
| Subject m | Subject of the certificat. Value is read from the certificate. |
| Expiration date | Date the certificat expires, value is read from the certificate. |
| Sender certificate m | File with the public certificate of the sender. If you use EdiInt-Address containing the public certificate this value is empty. |
| Use SSL | If, beside the AS2 encryption, also the header should be encrypted, set this flag |
| SSL certificate | File containing the own private certificate for SSL, usually a p12 file. |
| SSL password | Password for the SSL certificate |
| Change logs | The changes to the element are logged. The logging is activated in the System settings, which is possible if a versioning license is available. |
| Properties (advanced) | |
| Name | Description |
| Sender validation | How the sender address should be validated |
| Default sender | The default sender |
| Recipient validation | How the recipient address should be validated |
| Default recipient | The default recipient |
| Immediate retries | Retries, used by send channels. For some receive channels, the number of pickup attempts. |
| Auto uncompress | Unpacking is only performed on the receive channel in the ChannelReceiver. This setting has no effect on the send channels. If enabled for the receive channel, the file is checked for the ZIP (GZIP) and PKZIP formats and unpacked during analysis. It only works if the compressed file contains exactly one file. |
| Log path | Path for saving AS2 log-files (z.B. ./AS2Log). If empty no log file is written |