QVCItalia / mule-transport-as2

Mule ESB Transport for AS2
1 stars 3 forks source link

Mule AS2 Transport

The AS2 (Applicability Statement 2) Transport allows to send files to an AS2 server and receive file from an AS2 client. The AS2 Protocol is specified in the RFC-4130 (http://www.ietf.org/rfc/rfc4130.txt).

Read the complete user guide.

Supported AS2 Versions

At the moment the transport supports:

Maven Support

To add the Mule AS2 transport to Maven project add the following dependency:

<dependency>
    <groupId>org.mule.transports</groupId>
    <artifactId>mule-transport-as2</artifactId>
    <version>x.y.z</version>
</dependency>