Posts

Showing posts from July, 2013

MS CRM Interview

Use Web Service Data in Web Resources (REST and SOAP Endpoint) You can use JScript and Silverlight Web resources to access Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online data from within the application. There are two web services available, each provides specific strengths. The following table describes the appropriate web service to use depending on the task you need to perform.   Task Web Service Create, Retrieve, Update and Delete records. REST Endpoint Associate and Disassociate records REST Endpoint Assign Records SOAP Endpoint Retrieve Metadata SOAP Endpoint Execute Messages SOAP Endpoint Both of these Web services rely on the authentication provided by the Microsoft Dynamics CRM application. They cannot be used by code that executes outside the context of the application. They are effectively limited to use within Silverlight, JScript libraries, or JScript included in Web Page (HTML) Web resources. The REST endpoint provid