The 2007 services are from the days of crm 4.0, they are no longer available after crm 2011, I have included a link to a webpage where you can see the links that work from crm 2015, this is for crm 2011 but the same links are used in 2015.
There is more information if you follow the link.
http://crmbm.blogspot.com/2013/01/crm-webservices.html
Service |
Platform |
Protocol |
Description |
Tasks |
Discovery |
WCF |
SOAP 1.2 |
information about the organizations availables |
RetrieveUser, RetrieveOrganization |
|
Endpoint:<Discovery Server URL>/XRMServices/2011/Discovery.svc |
|
Organization |
WCF |
SOAP 1.2 |
access to the business data and metadata |
CRUD, Associate, Dissociate, Metadata, Execute |
|
Endpoint: <organization URL>/XRMServices/2011/Organization.svc |
|
Organization Data |
WCF |
REST
Open data (JSON/Atom) |
access to the business data (only for web ressources/no authentication) |
CRUD,Associate,Dissociate |
|
Endpoint: <organization URL>/XRMServices/2011/OrganizationData.svc |
Web Ressource |
WCF |
SOAP 1.2 |
access to the business data and metadata (only for web ressources/no authentication) |
CRUD Associate, Dissociate, Metadata, Execute |
|
Endpoint: <organization URL>/XRMServices/2011/Organization.svc/web |
Deployment |
WCF |
SOAP 1.2 |
access to the deployment properties |
RUD, Execute |
|
Endpoint: <servername>/xrmdeployment/2011/deployment.svc |
Halldór Jóhannsson