About the CrmService

banner art

The main Web service for the Microsoft CRM SDK is CrmService. To use this Web Service you simply add the following Web reference to your project:

https://<yourservername>/mscrmservices/2006/crmservice.asmx

This Web service contains the methods you need to write code against all of the entities in the system. There are six common methods, and there is another method, the Execute method, which you use specifically to execute business logic. These methods are described in the following topics.

In This Topic

Common Methods

Learn about the common methods that apply to most entities in the system.

Execute Method

Learn about the Execute method, which is used to perform specialized business logic.

© 2007 Microsoft Corporation. All rights reserved.