CrmDiscovery service is a global installable level service that allow the caller to determine the correct organization and URL for his/her need. Below example show how to create and configure CrmDiscoveryService Web Service proxy. // Create and configure the CrmDiscoveryService Web service proxy. CrmDiscoveryService discoveryService = new CrmDiscoveryService(); discoveryService.UseDefaultCredentials = true; discoveryService.Url =”http://localhost/MSCRMServices/2007/AD/CrmDiscoveryServic e.asmx”; [...]
Posts Tagged ‘CrmDiscoveryService’
Using the CrmDiscoveryService Web Service In CRM4.0: On-Premise
Posted: January 20, 2009 in Microsoft .NET, Microsoft Dynamics CRMTags: CrmDiscoveryService, WebService
0

