Search code examples
crmmicrosoft-dynamicsdynamics-crm-2016dynamics-crm-365

Dynamics 365 - IOrganizationService/Web Api


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


Solution

  • 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. :)