Hi All,
I was developing an silverlight app for CRM 2011 Online.
For this i have created a silverlight project in vs2012. To connect to the CRM online instance i tried to add the servicereference using the following
https://XXX.crm5.dynamics.com/XRMServices/2011/Organization.svc
But i was not able to add the servicereference. I am getting error
The document at the url
https://XXX.crm5.dynamics.com/XRMServices/2011/Organization.svc was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'XML Schema' is 'The document format is not recognized (the content type is 'text/html; charset=UTF-8').'.
- Report from 'https://XXX.crm5.dynamics.com/XRMServices/2011/Organization.svc' is 'The document format is not recognized (the content type is 'text/html; charset=UTF-8').'.
- Report from 'DISCO Document' is 'There was an error downloading 'https://XXX.crm5.dynamics.com/XRMServices/2011/Organization.svc?disco'.'.
- The request failed with the error message:
--
<Fault
From this i am not able to proceed further. Any ideas why this is coming?