Hi Everybody
I currently have small shops in the distance.
When consumption goods on a website system. I want to get on-time data for every inventory of materials.
I want to get data remotely via Webservice and then put it into NAV to post.
Now I have Webservice. But I don’t know how to get the data into the NAV.
Please guide me to help. Thank you very much
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLatestExtractResponse xmlns="http://tempuri.org/">
<GetLatestExtractResult>
<ItemCode>string</ItemCode>
<PostingDate>Date</PostingDate>
<Quantity>int</Quantity>
<LocationCode>string</LocationCode>
<MsgError>
<Code>int</Code>
<Message>string</Message>
</MsgError>
</GetLatestExtractResult>
</GetLatestExtractResponse>
</soap:Body>
</soap:Envelope>
Best Regards,
SonTran