Use the IOrganizationService Web Service to Read and Write Data or Metadata
In Microsoft Dynamics CRM 2011, the primary Web service accessing data and metadata for your organization is the IOrganizationService Web service. This contains the methods that you must be used in order to write code that uses all the data and metadata in Microsoft Dynamics CRM.
To use the IOrganizationService Web service, add a reference to Microsoft.Xrm.Sdk.dll assembly to your Microsoft Visual Studio project. To access the non-core xRM messages, add a reference to Microsoft.Crm.Sdk.Proxy.dll assembly to your project also. Alternatively, add the service reference to your project. For more information, see Download the Endpoints Using the Dynamics CRM Developer Resources Page.
In This Section
Use Messages (Request and Response Classes) with the Execute Method
Use ExecuteMultiple to Improve Performance for Bulk Data Load
xRM Messages in the Organization Service
Related Sections
Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.