Once an object has been published, we may want to see exactly what is available as a web service. As web services are intended to be accessed from the web, in the address bar of our browser, we will enter the following (all as one string):
http://<Server>:<WebServicePort>/<ServerInstance>/WS/ <CompanyName>/services
Some example URL addresses are as follows:
http://localhost:7047/DynamicsBusiness Central/WS/Services http://Arthur:7047/DynamicsBusiness Central/WS/CRONUS International Ltd /Services
The company name is optional and case-sensitive.
When the correct address string is entered, our browser will display a screen similar to the following image. This screenshot is in an XML format of a data structure called WSDL (short for Web Services Description Language):
In this case, we can see that we have two Business Central SOAP services available:Â Codeunit/Radio_Show_Management and Page/Radio_Show_Card...