-
Notifications
You must be signed in to change notification settings - Fork 48
Profile CEF
Philip Helger edited this page Mar 21, 2022
·
3 revisions
The CEF AS4 profile is the basis for the Peppol AS4 profile.
Underlying specification: https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eDelivery+AS4+-+1.14 for the full specification
This solution is CEF compliant since 2019. See the test report at https://ec.europa.eu/cefdigital/wiki/download/attachments/82773297/phase4%20AS4%20test%20runs.zip?version=1&modificationDate=1565683321725&api=v2
This submodule comes with two different profiles:
- Profile ID
cef
: expects the "four corner model" with the mandatory message propertiesoriginalSender
andfinalRecipient
- Profile ID
cef-two-corner
(since v1.3.6): expects the "two corner model" without these message properties
The default profile is the cef
profile.
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-profile-cef</artifactId>
<version>x.y.z</version>
</dependency>
My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.