Showing posts with label CRM 2011 Web Services. Show all posts
Showing posts with label CRM 2011 Web Services. Show all posts

Thursday, 18 August 2011

Service Accounts


        Local System : Completely trusted account, more so than the administrator account. There is nothing on a single box that this account can not do and it has the right to access the network as the machine (this requires Active Directory and granting the machine account permissions to something)
      
      Network Service : Limited service account that is meant to run standard least-privileged services. This account is far more limited than Local System (or even Administrator) but still has the right to access the network as the machine (see caveat above).
         
      Local Service : A limited service account that is very similar to Network Service and meant to run standard least-privileged services. However unlike Network Service it has no ability to access the network as the machine.

Cheers !!!

Thursday, 5 May 2011

CRM 2011 - Web Services Path


CRM 2011 Discovery and Web Service URL’s to use, based on the Developer Resources Page in CRM.
Here is the information that you need:
For CRM Online customers:

The following URLs should be used to access the discovery service (use the appropriate URL for your location):
https://dev.crm.dynamics.com/XRMServices/2011/Discovery.svc
https://dev.crm4.dynamics.com/XRMServices/2011/Discovery.svc
https://dev.crm5.dynamics.com/XRMServices/2011/Discovery.svc
For CRM On-premises customers:
http://{server:port}/XRMServices/2011/Discovery.svc for the Discovery service endpoint
http://{server:port}/{OrgName}/XRMServices/2011/Organization.svc for the Organization Service endpoint (SOAP)
http://{server:port}/{OrgName}/XRMServices/2011/OrganizationData.svc