Consuming REST Webservice in NAV by using GET method.

Hi,

I am new to NAV developments.
I have a third party application which has exposed REST webservice which has a ~100 records with 4 fields.
I need to consume that webservice in NAV and read those records and import in NAV table.

I tried to use the SOAP application to invoke the GET method and can view the ~100 records.
But how to consume the webservice and import those data in NAV?

Thanks in advance.

Which version of Dynamics NAV are you using?

One of our MVP’s Vejko wrote this article about it a long time ago:

https://vjeko.com/2012/09/30/web-services-black-belt-consuming-nav-web-services-using-pure-cal/