Using the 2006 Endpoint
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Callers using 3.0 SDK do not have to change their code when they use the 2006 endpoint, but if the CRM server supports multiple organizations, the requests will go to the default organization.
// Set up the CRM Service.
CrmService service = new CrmService();
service.Url = ""http://<servername>[:<port>]/mscrmservices/2006/crmservice.asmx";
service.Credentials = System.Net.CredentialCache.DefaultCredentials;
SDK calls made using the 2006 endpoint are not subject to data validation or default value support.
TransactionCurrency Entity
Transaction currency is supported in the 2006 endpoint.
You can specify a currency.
CreateUoMScheduleRequest – If you regenerate the 2006 endpoint instead of using the WSDL from V3, do not set the uomschedule.baseuomname property. This is because the property is no longer exposed in the uomschedule entity.
See Also
Other Resources
.gif)