Skip to content

QVCItalia/mule-transport-as2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Inbound endpoint receives un-encrypted data with a signature and returns a synchronous receipt (MDN) not signed
  • Outbound endoint sends un-encrypted data with a signature and waits for a synchronous receipt (MDN) not signed

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> 

About

Mule ESB Transport for AS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages