Making context class for the
organization.svc or discovery service.C:\Users\aravinda.sheshadri\Desktop\ToolkitGestureDemo\sdk\bin\crmsvcutil.exe
/codeCustomization:"Microsoft.Xrm.Client.CodeGeneration.CodeCustomization,
Microsoft.Xrm.Client.CodeGeneration" /url:https://<>.crm5.dynamics.com/XRMServices/2011/Organization.svc /o:crm.cs
/n:XXXCRM2011 /domain:<>.crm5.dynamics.com
/u:<> /p:<>/serviceContextName:XXXcontext
/di:116bohmbs2iupfaxp07bp5mhrp /dp:GYfG8LSo%_+3H2H+mpT~w=IG
On run this command, class will be
generated containing all entities(context). Here, I have given context name
as Accenture. So I can access all entities using Accenture name.
While running this command, make sure that time in both server and local
machine will be same(Time and Timezone).