Objective-C & Interacting with Microsoft Dynamics CRM

六月ゝ 毕业季﹏ 提交于 2019-12-01 18:43:54

Yes this will be possible and there are at least some relevant pointers in the CRM SDK (Development from Non-.NET Clients in Microsoft Dynamics CRM) however general support and anecdotal information is sparse (in fact the referenced topic and it's links are all that exist in an official sense).

You will be accessing via the SOAP endpoint and the link to the WSDL for that is exposed via the CRM UI (Settings > Customizations > Developer Resources).

I'd start with downloading the CRM SDK and reading the topics I linked to.

Caveat - I know nothing of Objective-C or IOS

I don't know anything about this, but maybe that'll help: http://www.cwrmobility.com/

If your looking to develop something yourlself, this might help: http://www.microsoft.com/en-us/download/details.aspx?id=13621

It is possible, you'll need to use the web services API.

MSDN web services API docs

It uses JScript, so on the iPhone, you should use NSURLRequest and NSURLConnection to retrieve the data coming back.

Here is another link for using JSON, as iOS has a JSON parser built in now

MS CRM using JSON

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