AS2 Connector
AS2 Connector provides integration with the AS2 protocol, which is commonly used for securely transmitting EDI (Electronic Data Interchange) messages over the internet.
Service Description
There are two component options for configuring a connector to communicate using AS2:
- AS2 Receiver Connector
- AS2 Sender Connector
AS2 (Applicability Statement 2) is an internet communication standard that facilitates the secure, reliable, and non-repudiable exchange of data between businesses. AS2 typically involves EDI message exchanges over HTTP or HTTPS with the added security of digital certificates for encryption and signing.
AS2 Connector allows applications to send and receive AS2 messages, enabling secure communication between trading partners. The connector supports features like encryption, message signing, and multipart handling.
Follow these steps before starting the integration:
- Obtain the necessary AS2 credentials (private keys, public certificates).
- Set up AS2 server details including endpoint URL, sender/receiver AS2 identifiers, and port.
- Configure AS2-specific properties such as EDI message type, signing/encryption algorithms, and message structure.