Skip to content
README.md 1.84 KiB
Newer Older
# Oxalis-AS4
Per Agerbæk's avatar
Per Agerbæk committed

This repo is a fork of [Oxalis-AS4](https://github.com/OxalisCommunity/Oxalis-AS4) which implements PEPPOL AS4 pMode.
Lasse Jacobsen's avatar
Lasse Jacobsen committed
It supports Oxalis version v5.5.0 and above.
Per Agerbæk's avatar
Per Agerbæk committed

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).
Per Agerbæk's avatar
Per Agerbæk committed

* [Installation guide](docs/installation/index.md)
* [OpenPEPPOL Test Bed](docs/peppol-test-bed/index.md)
* [CEF connectivity test](docs/cef-connectivity/index.md)
Asger Weirsøe's avatar
Asger Weirsøe committed

## 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.
Asger Weirsøe's avatar
Asger Weirsøe committed

![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:
Asger Weirsøe's avatar
Asger Weirsøe committed

```bash
git checkout tags/ap-v1.2
```

Please note the allowed periods that the different versions can be utilized from the image.