Google 如何实现 Microsoft Exchange 访问?

发布于 2024-09-05 05:14:20 字数 265 浏览 3 评论 0原文

我知道 Android 2.x 可以访问 Microsoft Exchange,至少可以访问电子邮件,如果不能访问日历和联系人的话。我想看看这是如何实现的。特别是因为 Microsoft Exchange 公开了 SOAP Web 服务,而且我知道 Android 不支持 SOAP。既然这是开源的,我难道不能在 Android 源代码中找到一些东西吗?如果是这样,您能给我指出在〜4Gig(!)源中找到它的正确方向吗?我想开发一个访问 Exchange 联系人和日历的应用程序,但不想重新发明这一块。有什么想法吗?

I know with Android 2.x there is the ability to tap into Microsoft Exchange, for at least email, if not calendar and contacts. I would like to see how this was accomplished. Particularly because Microsoft Exchange exposes SOAP web services, and I understand there is no native Android support for SOAP. Since this is open source, shouldn't I be able to find something in the Android source? If so, can you point me in the right direction of where to find it in the ~4Gig (!) source? I want to develop an application that accesses Exchange contacts and calendars, but don't want to reinvent that piece. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧时光的容颜 2024-09-12 05:14:21

可以使用 android KSoap2 库中的 SOAP 工作正常。

http://code.google.com/p/ksoap2-android/

It is possible to use SOAP from android KSoap2 library is working ok.

http://code.google.com/p/ksoap2-android/

恍梦境° 2024-09-12 05:14:21

Android 2.2 (Froyo) 具有完整的交换“推送”支持,包括联系人和日历同步。然而 2.2 源代码尚未被 google 发布,因此您还无法调查源代码。发布后,您可以在 https://android.googlesource.com 找到它

Android 2.2 (Froyo) has full exchange "push" support including contact and calendar sync. However the 2.2 source has not yet been published by google so you won't be able to investigate the source yet. When it is released you can find it at https://android.googlesource.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文