Profile DBNAlliance - phax/phase4 GitHub Wiki
The DBNAlliance AS4 profile is the successor of BPC and independent from CEF and Peppol.
Underlying specification can be obtained from the Digital Business Networks Alliance.
This submodule comes with one profile only:
- ID
dbnalliance
(since v2.7.0) - "DBN Alliance"
phase4 profile:
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-profile-dbnalliance</artifactId>
<version>x.y.z</version>
</dependency>
phase4 client (since v2.7.7):
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-dbnalliance-client</artifactId>
<version>x.y.z</version>
</dependency>
phase4 servlet (since v3.1.0):
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-dbnalliance-servlet</artifactId>
<version>x.y.z</version>
</dependency>
Since v3.1.0 also an example Server component is available in submodule phase4-dbnalliance-server-webapp
.
It contains most of the boilerplate code that you need to run the respective server.