How to Get XML and JSON Response from Web Service into Business Central Wave 2
Introduction In this post I will explain a simple way to get XML and JSON Response from Web Service into Business Central Wave 2 database. Let’s use the Google Maps API to get the distance and driving time between 2 locations. We will send to the API 2 addresses: origin and destination. As a result,…