OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
121 stars 90 forks source link

How to integtrate full Peppol message validation #539

Closed kukel closed 2 years ago

kukel commented 2 years ago

I have been looking into full Peppol message validation before sending out messages or when receiving. I (think I) want this to be integrated into Oxalis and not as a standalone post- or pre- service. I am unable to find the right place in the code for this. Is there a good way/hook to do this or should I take a different approach?

Part of this is related to https://docs.peppol.eu/poacc/upgrade-3/profiles/36-mlr/

Any thoughts?

aaron-kumar commented 2 years ago

Oxalis is Access Point software implementation (AS2 and AS4) based on Access Point Specification Adding message validation support for global/country specific rules is outside the scope of Oxalis (Maintaining those validation require extra effort, so better to keep the solution/library limited to what it is meant for) . But if you still want to add it as an add-on component then use Oxalis Plugin architecture to extend this. Feel free to contribute and share it with rest of community.

P.S. I am converting this issue to discussion as it is not bug.