Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 809
doodlleus Avatar asked Nov 07 '16 11:11

doodlleus


People also ask

Does Dynamics 365 have a REST API?

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.

How do I consume a web service in Dynamics CRM?

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.

What are the Web services available in Dynamics 365?

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.


1 Answers

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

like image 168
Jordi Avatar answered Nov 14 '22 05:11

Jordi