Newer
Older
This repo is a fork of [Oxalis-AS4](https://github.com/OxalisCommunity/Oxalis-AS4) which implements PEPPOL AS4 pMode.
AS4 messages is triggered by setting the _transport profile identifier_ of one of your endpoints to "_peppol-transport-as4-v2_0_" or "_nemhandel-transport-as4-v2_0_" in the SMP. Please refer to the installation instruction for further configuration needed beyond the standard Oxalis setup.
For general instructions on how to install and use Oxalis, please refer to [oxalis installation guide](https://rep.erst.dk/git/openebusiness/nemhandeledelivery/oxalis).
* [Installation guide](docs/installation/index.md)
* [OpenPEPPOL Test Bed](docs/peppol-test-bed/index.md)
* [CEF connectivity test](docs/cef-connectivity/index.md)
## Versions
There will be two different versions of the Reference Implementation to note. This being AP-v1.1.1 and AP-v1.2.
Both of these will be released on the same date, but they are first allowed to be used in production on different times.
![Time graph over versions. AP-v1.1 in Nemhandel eDelivery mode is allowed until 20/03-24, in Peppol eDelivery mode until 26/02-24. AP-v1.1.1 is allowed in Nemhandel Peppol mode from the 26/02-2024 until 20/03-2024. AP-v1.2 is allowed in both Nemhandel eDelivery mode and Peppol eDelivery mode from 20/03-24.](docs/public.png "Time graph over versions")
The releases in this repository is in the shape of tags.
To have the tags be in your git history, in the git terminal type:
```bash
git fetch --all --tags
```
Now it is possible to check out AP-v1.1.1 with the following command:
```bash
git checkout tags/ap-v1.1.1
```
Likewise, it is possible to check out AP-v1.2 with the following command:
Please note the allowed periods that the different versions can be utilized from the image.