Unable to add CRM 2011's Organization service as Service Reference to VS project
Posted
by
Scorpion
on Stack Overflow
See other posts from Stack Overflow
or by Scorpion
Published on 2014-05-27T15:21:42Z
Indexed on
2014/05/27
15:24 UTC
Read the original article
Hit count: 286
I have problem accessing Organization Service
when I try to add it as a Service Reference
in Visual Studio. However, I can Access the Service in browser. I have tried to add OrganizationData
service and there is no issue with that.
An Error occurred while attempting to find service at 'http://xxxxxxxx/xxxxx/XRMServices/2011/Organization.svc'.
Error Details
There was an error downloading 'http://xxxxxxxx/xxxxx/XRMServices/2011/Organization.svc/_vti_bin/ListData.svc/$metadata'.
The request failed with HTTP status 400: Bad Request.
Metadata contains a reference that cannot be resolved: 'http://xxxxxxxx/xxxxx/XRMServices/2011/Organization.svc'.
Metadata contains a reference that cannot be resolved: 'http://xxxxxxxx/xxxxx/XRMServices/2011/Organization.svc'.
If the service is defined in the current solution, try building the solution and adding the service reference again.
© Stack Overflow or respective owner