How to access data from xml file on a webserver?

bastirbastir Member Posts: 27
Hello,

we have upgraded to Dynamics 4 a few weeks ago and I try to implement a few features to make work easier for our employees.

The last days I tried to access the data from a xml file on a webserver via navision. There are a few postings in this and other communities but they allways solve only one problem in the process, so I never got a fully working example.

What I want is:
- get e.g. "customer no." from a xml file (on webserver) and process them in navision

What I have:
- xml file with structure like that:
<customers>
  <customer>10001</customer>
  <customer>10002</customer>
</customers>

I tried to read the webservice via XMLHttp6 and to handle the data via XMLDomDocument6, but I even did not get any little solution.
It seems I've to learn a lot about things like Streams, Xmlhttp etc.:?: but I hope it is easy for the experienced user to give me som code snippets that let me find a way to solve my problem.

Thanks a lot!
Sebastian
Sign In or Register to comment.