-
Notifications
You must be signed in to change notification settings - Fork 44
Submodule as2‐server
Philip Helger edited this page Oct 4, 2019
·
1 revision
To start the server: run class com.helger.as2.app.MainOpenAS2Server
Startup arguments (required): src/main/resources/config/config.xml
This configuration file should be the starting point for your own customizations. You may simple copy the file to a different location and provide the absolute path to it instead of the example given above.
Waits for incoming AS2 messages on http://localhost:10080/HttpReceiver
Note: the port for the incoming messages can be configured in the configuration file.
Than run com.helger.as2.test.TestClient
as a Java main application to perform a simple AS2 transmission.
No database or additional software is needed to exchange AS2 messages!