-
Notifications
You must be signed in to change notification settings - Fork 44
Submodule phase2‐server
Philip Helger edited this page Sep 20, 2025
·
1 revision
To start the server: run class com.helger.phase2.server.app.MainPhase2Server
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.phase2.server.test.MainTestClient
as a Java main application to perform a simple AS2 transmission.
No database or additional software is needed to exchange AS2 messages!