Hi,
I have an one Xml file. how to read this header and line items and how to insert into two tables in dynamics ax 2009? for sample Xml is given below
<?xml version="1.0" ?>
<ORDER>
<Header>
<Name>Test</Name>
<Address> Address1</Address>
</Header>
<Lines>
<LineRow>
<LineNum>1</LineNum>
<ItemCode>Item-002</ItemCode>
</LineRow>
</Lines>
</ORDER>
Thanks In advance...