问题描述
如何在iPhone应用程序中实现activesync协议?
任何建议,任何文档和教程都很好。
How do I implement activesync protocol in iphone app?Any advice, any docs and tutorials are well come.
我读过。
有没有真正的文档?
I have read the Exchange ActiveSync and iOS 4 Devices from apple.Is there any real docs for this?
推荐答案
编写一个通信的应用程序很难,但并非不可能通过交换活动同步。 Jons答案中指向Exchange Server协议的链接包含名为MS-ASWBXML的文档。您必须自己编写wbxml的编码器,文档清楚地描述了需求。另外,我强烈推荐这份文件: http://www.w3.org/TR/wbxml/
It is hard, but not impossible to write an app which communicates via exchange active sync. The link to the Exchange Server Protocols in Jons answer contains a document named MS-ASWBXML. You have to write an encoder for wbxml on your own and the document describes clearly the needs. Additionaly I recommend strongly this document: http://www.w3.org/TR/wbxml/
如果低级别工作,你必须在顶级ob wbxml上实现EAS协议,这不是一件容易的事,因为文档中的错误,不同的行为不同的协议版本。这将是一个很大的试验错误,检查,为什么交换服务器不理解您的请求; - )
If the low level is working, you have to implement the EAS-protocol on top ob wbxml, which is not trivial, because of bugs in the documentation, different behaviour of different protocol versions. It will be a lot of trial an error to examine, why the exchange server does not understand your requests ;-)
这篇关于如何在iPhone应用程序中实现activesync协议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!