Skip to main content

AS2 Sender Connector

AS2 Sender Connector allows sending AS2 messages to a specified AS2 recipient.

Service Description

The AS2 Sender Connector enables sending EDI messages through the AS2 protocol. It facilitates the secure transmission of messages using HTTP(S) by ensuring message encryption, digital signature, and support for multiple message formats.

Required Connector Properties

  • Address: The AS2 address or endpoint URL of the recipient.

  • AS2 From: The identifier for the sender in the AS2 message.

  • AS2 To: The identifier for the recipient in the AS2 message.

  • Host Name: The hostname or IP address of the AS2 server.

  • Port: The port used for connecting to the AS2 server.

  • Client Private Key: The private key used to sign the AS2 message.

  • Client Certificate Key: The client certificate key used for signing the message.

  • Server Certificate Key: The server’s public certificate used for verifying the signature.

  • EDI Message Type: The type of the EDI message (e.g., application/edifact, multipart/signed, application/pkcs7-mime).

  • Message Structure: The structure of the message (e.g., plain, signed, encrypted, signed_encrypted).

  • Signing Algorithm: The algorithm used to sign the message.

  • Encrypting Algorithm: The algorithm used to encrypt the message.

Usage

Use the AS2 Sender Connector when you need to securely send EDI messages over the internet. This is commonly used in supply chain, finance, and healthcare industries for exchanging business documents.