Hello All,
I am new to Microsoft Dynamics CRM. I added SOAP service reference in my project like "https://SERVERNAME/XRMServices/2011/Organization.svc" named "MicrosoftDynamicsCRMSoapService" and I am able to create client object as :
Now can you please tell me that how to authenticate and access data (like account, contact etc) using this client object ?MicrosoftDynamicsCRMSoapService.OrganizationServiceClient organizationServiceClient =
new MicrosoftDynamicsCRMSoapService.OrganizationServiceClient();