After upgrading Business Central to version 17 (Wave2 2020), I found that there was an error telling me that WebService Key is going to be deprecated soon.
Tag Archives: Webservice
Test Base64 Conversion via Web Services?
As discussed in last article we will Test customization using web services that we developed this week for integration from #msdyn365bc or #MSDynNAV.
Creating a Webservice for Extension in MSDYN365BC.
Once we have created our Extension, we might need to auto Publish the web service when we install the Extension in Microsoft Dynamics Business Central.
If you want to Learn to create Extension in Microsoft Dynamics Business Central you can refer to Customer Requirement for AL Development.
A simple example of calling a JSON web service from AL
In this video, I show how to call a simple web service from Microsoft Dynamics 365 Business Central and how to process the JSON based reply.
Using web services in AL – Part 3
The web services series continues, in this episode, I handle the XML parsing of the return and reshape the app to be functional.
Business Central how to invoke a Web Service from Powershell
Business Central how to invoke a Web Service from Powershell How-to re-call a WebService from Powershell (BC On-Premise) Scenario: We already have Web Services defined, with several fields calculated or recovering difficult management data (e.g. dimensions shortcuts etc.), the Web Services are ready and we want to reuse them.
Video Series: Web Services in AL
In this series I’m building a Microsoft Dynamics 365 Business Central extension that talks with the US Postal Service for doing address verification.