This is an open Java implementation of the AS2 EDI transport standard. To test, you need to install multiple instances, or use actual EDI partners. For instance, if you are an Amazon EDI vendor, you can create a TEST connection to your openas2 instance and run Amazon tests. You need to use the Java keytool to create and exchange public keys to identify EDI partners.
At some point, I need to add a Fedora README with more Fedora specific howtos.
While this is an application designed to exchange business EDI documents, you can test by creating 2 or more instances, and exchanging any arbitrary files. AS2 doesn't look at the contents of documents other than to compute the hash for signatures.
Please login to add feedback.
This update has been submitted for testing by sdgathman.
This update has been pushed to testing.
logrotate config is misnamed. Starter h2 database is missing.
sdgathman edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been submitted for testing by sdgathman.
The initial local db is not generated with a user and password to match the initial config.
sdgathman edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been pushed to testing.
This update has been obsoleted by openas2-2.6.2-1.fc28.
Port 14321 is open for a CommandProcessor by default with the factory password. I should maybe have the start script abort if CommandProcessor is enabled with factory password.