Guys, you are stretching the capacity of the system. Please remember, that this system has no SLAs!
Ping me if you are interested in knowing how to run some of the APIs on your own premises - use firstname@lastname.com to reach me….
This page explains how to setup a Peppol AP from scratch. AP is the abbreviation for Access Point which is the technical endpoint for sending and receiving business documents. See the Dictionary for more abbreviations.
Since 2020-02-01 AS4 is the mandatory transport protocol in the Peppol eDelivery network.
There are a few known Open Source possibilities (I'm aware of) on how to build/run a Peppol AccessPoint (in alphabetical order)
and they are listed on this page.
The solution described in this document is phase4
as the AS4 communication channel for sending and receiving Peppol AS4 messages.
phase4 is a shared library for AS4 message exchange and can hence be used in versatile scenarios.
phase4 is already used by a huge amount of users around the globe - a few of them are listed at
https://github.com/phax/phase4/wiki/Known-Users.
Before you can start you need to have the following information in place:
The Peppol AS4 profile is based on the CEF eDelivery AS4 1.14 profile which in turn is a (non-perfect) profile of the OASIS AS4 profile v1.0 which (you guessed it) is a profile of the OASIS ebXML Messaging V3.
Peppol adds specific limitations on the usage of AS4. AS4 Messages MUST be signed and encrypted. AS4 messages MUST have exactly one encrypted payload which MUST be a Standard Business Document (SBD). Peppol AS4 message MUST use the MIME encoding for message transmission.
See the official phase4 documentation on phase4-peppol-servlet for details.
See the official phase4 documentation on phase4-peppol-client for details.