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.
At the moment the transport supports:
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>