Hi Experts:
I produce a Item data to xml format file and passing to NAV code unit web service for receiving.
How could I map the xml file field name attribute to record field by looping field record and give the xml value when received the xml file.
the xml file format like this
<col_1 filedname="No." >001</col_1>
<col_2 filedname="Description">Test</col_2>
I want to insert a new item record and let the new record No.=001, Description=Test, ... etc.
Is it possible to do it?
0