https://github.com/phax/as2-lib
A generic Java AS2 library, servlet and server
https://github.com/phax/as2-lib
as2 edelivery einvoicing eprocurement java openas2
Last synced: 9 months ago
JSON representation
A generic Java AS2 library, servlet and server
- Host: GitHub
- URL: https://github.com/phax/as2-lib
- Owner: phax
- Created: 2013-05-24T08:45:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T18:12:39.000Z (over 1 year ago)
- Last Synced: 2024-04-18T19:32:02.548Z (over 1 year ago)
- Topics: as2, edelivery, einvoicing, eprocurement, java, openas2
- Language: Java
- Homepage:
- Size: 6.6 MB
- Stars: 103
- Watchers: 14
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# as2-lib
[](https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom)
[](https://javadoc.io/doc/com.helger.as2/as2-lib)
[](https://codecov.io/gh/phax/ph-as2)
AS2 is a transport protocol specified in [RFC 4130](http://www.ietf.org/rfc/rfc4130.txt).
AS2 version 1.1 adding compression is specified in [RFC 5402](http://www.ietf.org/rfc/rfc5402.txt).
The MDN is specified in [RFC 3798](http://www.ietf.org/rfc/rfc3798.txt).
Algorithm names are defined in [RFC 5751](https://www.ietf.org/rfc/rfc5751.txt) (S/MIME 3.2) which supersedes [RFC 3851](https://www.ietf.org/rfc/rfc3851.txt) (S/MIME 3.1);
See the **[Wiki](https://github.com/phax/as2-lib/wiki)** for all details.
It also contains [License details](https://github.com/phax/as2-lib/wiki/Licensing).
This library is a fork of [OpenAS2](http://sourceforge.net/projects/openas2/) which did not
release updates since 2010 (as per August 2015 they are on GitHub at https://github.com/OpenAS2/OpenAs2App). I then split the project into a common library part (the "as2-lib" submodule)
and a server part (the "as2-server" submodule) which contains a stand alone (socket) server. The library project also contains a simple AS2 client which can be used to send messages to other AS2 servers (as part of "as2-lib").
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.