How to Connect to CRM Dynamics Online Odata endpoint LinqPad?

陌路散爱 提交于 2019-12-17 20:27:46

问题


I'm able to connect to self-hosted CRM sites just fine with the default Odata driver within LinqPad. The URI I use in the "WCF Data Services (OData) Connection" dialog for self-hosted is in the format http://MyServer.com/MyOrgName/xrmservices/2011/OrganizationData.svc. The user name is in the format "domain\username".

When I attempt to follow the same format for an CRM Online instance, it doesn't work.

I'm guessing it's either because of the https, or the windows live credentials, but don't know what steps to take to fix the problem...

Please note, I want to use the odata provider, not the CRM 2011 provider. The odata provider gives me the URL to retrieve the data which is extremely helpful for javascript. The CRM 2011 provider gives the fetch XML, which isn't what I want to use in this case...


回答1:


I contacted LinqPad and they said they don't currently support Windows Live Authentication. I'm guessing that one would have to write a plugin and use the logic from this page to handle the authentication issues.



来源:https://stackoverflow.com/questions/13276178/how-to-connect-to-crm-dynamics-online-odata-endpoint-linqpad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!