Migrate Biztalk EDIfact message processing to Azure logic app.
Existing code in BizTalk:-
• We receive multiple EDIfact messages from different partners, and we don’t have or validate any EDIFACT sender or partner information.
• Just enabled EDIFACT fall back configuration in admin console and no partners were configured.
• Which means Biztalk will process all the data irrespective of sender and receiver data.
Azure Logic app:-
How can do the same in Azure logic app, what I mean to say is, I don’t want to validate any sender or receiver information and just pass the EDIFACT file to map and then transform EDIFACT to xml.
I can upload schema and map xslt to the integration account and use that in logic app design viewer.
How can I achieve this, the reason being, we won’t validate sender information and no control over it.