Recommended approach for receiving EDIFACT PO messages via AS2 in Mendix
0
Hi everyone,We have a requirement where a client will send Purchase Orders (POs) to our Mendix application via AS2, and the PO content will be in EDIFACT format.The expected flow is:Client ↓AS2 ↓Azure Logic App ↓EDIFACT Decode ↓MendixCurrently, I only have the EDIFACT text/sample message from the client. I don't have the complete AS2 message or AS2 certificates yet.I would like to understand the recommended architecture and integration approach.My questions are:Should AS2 communication and EDIFACT decoding be completely handled in Azure Logic Apps, with Mendix receiving the decoded data?Once the EDIFACT message is decoded in Logic Apps, what is the recommended way to send the data to Mendix?Can Azure Logic Apps call a Mendix REST API and pass the decoded EDIFACT/XML/JSON data?Is there any recommended Mendix module/connector for handling AS2 or EDIFACT directly in Mendix?If AS2 and EDIFACT processing is handled outside Mendix, what would be the recommended data format to send from Logic Apps to Mendix?At this stage, I mainly need guidance on the AS2 → EDIFACT → Mendix architecture, as I currently have only the EDIFACT sample available for testing.Any recommendations or examples of similar implementations would be greatly appreciated.