You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page collects shared resources and information that can be useful for PoC implementers in preparation for the eDelivery Interoperability Event organised in June 2024. More content may be published as it becomes available, so please check regularly.

In case you'd like to share content with the community, please write to us at EC-EDELIVERY-SUPPORT@ec.europa.eu and we will publish it on this page as appropriate.

Java library support

If you are using Java, you can take advantage of the libraries published in the eDelivery Nexus repository (download manually here) or build them from the source code available on GitHub (branch ec-interop-forum). These libraries already contain implementations of the new security standards and eDelivery 2.0 profile changes. Please note that these artefacts are intended solely for testing/demo purposes and should not be used in production. We provide them only as an interim solution until Apache accepts the contributions and releases official artefacts that support the algorithms used in eDelivery AS4 2.0.

Here are the available artefacts (not meant for production!):

For an example on how to configure apache-cxf for eDelivery AS4 - 2.0 (2024 PR draft), see WSS4JInOutWithAttachmentsTest.java.

The provided libraries were built from the latest Apache code for the following library versions:

  • org.apache.santuario:xmlsec:3.0.5-SNAPSHOT
  • org.apache.wss4j:*:3.0.4-SNAPSHOT
  • org.apache.cxf:*:4.0.5-SNAPSHOT

Please write to us at EC-EDELIVERY-SUPPORT@ec.europa.eu to:

  • notify us if you use these libraries so that we can let you know in case a new version is published or in case you can switch to the official Apache ones once they are officially released. (In case we publish new versions, they will have increasing -RCx suffixes.)
  • share your feedback
  • ask for support 


Crypto tool

You can use the crypto tool to simulate a lightweight Access Point which can send and receive UserMessages using the new cryptography.

The crypto tool can be downloaded from Nexus and you can find the source code in BitBucket. In order to use the crypto tool please follow the instructions.

  • No labels