How many Web Services are in
MSCRM?
1.Deployment
Web Service: Using this service we can
· Create
or import organizations
· Enable
and Disable organizations
· Add
deployment administrators
· Configure IFD and Claims-based
authentication
2.Discovery Web
service: Using this service we can
· Identify the organization information
available in a deployment
3. IOrganization
Service
In CRM 4.0 we had the CrmService &
CrmMetadataService to access data & metadata.
· In CRM
2011, these are combined in single IOrganization service endpoint that
includes both data and metadata
Methods in Iorganzation Service:
Name | Description | |
---|---|---|
|
Associate | Creates a link between records. |
|
Create | Creates a record. |
|
Delete | Deletes a record. |
|
Disassociate | Deletes a link between records. |
|
Execute | Executes a message in the form of a request, and returns a response. |
|
Retrieve | Retrieves a record. |
|
RetrieveMultiple | Retrieves a collection of records. |
|
Update | Updates an existing record. |
No comments:
Post a Comment