With CRM Dynamics 365 being released, Microsoft have officially deprecated the 2011 soap end point and are actively pushing their Web Api.
Deprecated Microsoft Dynamics CRM 2011 endpoint
What I would like to know though is how this affects my connections to CRM.
Currently I use the Tooling library to create instances of OrganizationServiceProxy using the CrmServiceClient class and a connection string. Would this have to change as I have many hundred of thousands of lines of code that all reference IOrganizationService.
Any help would be appreciated
The uses of Dynamics 365 REST APIs include managing all business operations and customer-facing features. Microsoft Dynamics 365 REST APIs make it easier for developers to get and manipulate information from Dynamics CRM software.
The only thing you need to know about this one is that you need to configure your SOAP webservice inside your plugin code. Configuration that is generated by adding web service reference will not work in CRM plugin.
Microsoft Dynamics CRM provides two important web services that are used to access CRM from an external application and invoke web methods to perform common business data operations such as create, delete, update, and find in CRM. You have an external . NET application, which needs to talk to CRM.
In theory, that will be a transparent update and you should only have to upgrade to the latest package versions and rebuild your projects, in theory. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With