Hi,
i'm pretty new on AIF and unfortunately i don't really get it.
Scenario:
System: AX 2012
I have a developed a staging table for data exchange with an external system (custom two table hierachie with header and position values... pretty similar to salestable /salesline).
The data will be exchanged with xml files in B2MML scheme.
Furthermore the data exchange will be bi-directional so i have to export and import those xml files.
What's the way to go here?
Should i use AIF - even if it's outdated in D365 ?
If so... how can I achieve the xml translation? I couldn't find something helpful in web so far. I did an tutorial for a simple document service outbound port with a query. That worked, but I don't realize how to translate the xml into the B2MML scheme.
Or should i develop the xml export by myself with an simple batch job?