Profile EUCTP - phax/phase4 GitHub Wiki
The EU CTP AS4 profile is based on the CEF profile.
This submodule comes with two profiles:
- ID
euctp-push
(since v2.8.0) - "EU CTP in push mode" - ID
euctp-pull
(since v2.8.0) - "EU CTP in pull mode"
phase4 profile:
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-profile-euctp</artifactId>
<version>x.y.z</version>
</dependency>
phase4 client:
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-euctp-client</artifactId>
<version>x.y.z</version>
</dependency>