We have webservice (example) for customers in Dynamics NAV 2009. The webservice is published in NAV and approachable from the IE browser. So this part is OK. Now I am looking for a small piece of VB script for Excel 2007 so I can consume this webservice in excel.
It would be nice If anyone could help me with this.
0
Comments
This example worked for NAV pages. But now trying to call for a NAV codeunit through the webservice but whatever we try it does not work. We have build a codeunit that invokes some XMLports. The XML ports should return a list but it wont work. It has been told to me that it is unsafe to use a page for webservices but preferrably a codeunit. If someone has an example for such a code in VB script.