
+
Hi,
I would like to know the authentication and endpoints being used by Microsoft dynamics version and if they won't deprecate. I saw an article that SOAP endpoint is going to deprecate for dynamics. Could you please confirm dynamics is still supporting SOAP endpoints for following versions:
1. Microsoft dynamics 2015 - on premise :Is SOAP endpoint supported? Moving to web API can be done , if yes how.
2. Microsoft dynamics 2016 - On premise : Is SOAP endpoint supported?
3. Microsoft dynamics 365 - On premise : Is SOAP endpoint supported?
I am looking for code changes for integrations, we were using SOAP calls to authenticate and interact with MS dynamics server but getting following error recently:
"You are using Ws-Tust authentication which has been deprecated and no longer supported in your environment. Please use oAuth2.0 authentication."
After digging more I saw that even SOAP endpoint will be deprecated, I was using a new tenant with SOAP. https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/authenticate-office365-deprecation
Based on this deprecation was expected.
What all changes would be required to move from SOAP based to Web API based?
The link below explains the details around deprecation of Soap Endpoints
From development point of view moving from Soap based to Web-Api based is a lot of change. It would also depend on how you have currently implemented it.