Basic Components - OxalisCommunity/oxalis-ng GitHub Wiki
Oxalis-NG Components
Component | Type | Description |
---|---|---|
oxalis-ng-war | war | Inbound access point implementation which runs on Tomcat (1) |
oxalis-ng-outbound | jar | Outbound component for sending Peppol business documents (2) |
oxalis-ng-standalone | main | Command line application for sending Peppol business documents (3) |
(1) Receives messages using AS4 protocol and stores them in the filesystem as default.
(2) Can be incorporated into your backend system which needs to send Peppol documents.
(3) Serves as example code on how to send a business documents using the oxalis-ng-outbound component.