This topic has not yet been rated - Rate this topic

Use the IOrganizationService Web Service to Read and Write Data or Metadata

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

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

Related Sections

Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.