Hi All,
I am new to AX 2012 AIF and I have few questions that are mentioned below.
- I want to import the customers data using xml file. The incoming xml file has got different columns names for example the CustAccount in my xml is named CUSTOMERACCOUNTNUMBER, how can I transform my incoming message to the valid xml document?
- Is there a way to get the complete xml file that complies to the xsd (schema) or I need to manually write the xml file? I know there is a way to get the xsd file but can we also get the xml file (that actually contains the data)
- How to control the fields that I don't want to send in, for example if my document doesn't include all the fields can I control them or I will have to write new custom service ?
- How to get xml file for my own create new document service ?
if anyone has got any article, video or any other example that can put me on right track, it will be highly appreciated.