Dynamics 365 offers two web services:
- Discovery Web Service
Retrieve List of Instances or Organization for given Credentials - Organization Web Service
Connect to each Instance or Organization and perform all basic CRUD and advanced message operations
Each of this service is available in two formats:
- SOAP
For server side coding - REST (Web-API)
For client side coding
To find the endpoint for Web Services in D365, click Settings > Customizations > Developer Resources.
Pingback: 03_D365 – Understanding Dynamics 365 Web Services – RICOS WEB SERVICES