是否有默认的 Lotus Domino Web 服务?

发布于 2024-09-25 13:37:27 字数 383 浏览 1 评论 0原文

我们正在研究开发一个可以读取和写入 Lotus Domino 的应用程序,特别是添加、更新、删除约会。我们对 Exchange 和 GroupWise 做了同样的事情。

我们还没有开发 Lotus Domino 的经验,但我们一直在查看 IBM 的文档以及 Google 的有关其 Web 服务的其他结果。看起来只能自己添加Web服务,用Java或者他们自己的脚本语言编写?

他们是否没有一组默认的 Web 服务,可以通过您可以启用的 WSDL 进行访问,例如“AddItem”或“AddAppointment”之类的东西? Exchange / GroupWise 默认提供的服务?如果他们不这样做,那么为我们编写申请可能就不值得。

或者真的只能编写自己的 Web 服务吗?

提前致谢!

We're looking into developing an application that can read from and write to Lotus Domino, specifically adding, updating, removing appointments. We've done the same thing for Exchange and GroupWise.

We don't have experience with developing for Lotus Domino yet, but we've been looking at documentation from IBM and other results from Google about their web services. It only seems that you can add web services yourself, written in Java or their own scripting language?

Do they not have a default set of web services, accessible from a WSDL that you can enable, like an 'AddItem' or 'AddAppointment', stuff like that? Services that Exchange / GroupWise offer by default? If they don't, it may not be worth it to write the application for us.

Or is it really only possible to write your own web services.

Thanks in advance!

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

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

发布评论

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

评论(2

夏日浅笑〃 2024-10-02 13:37:27

IBM 正在/正在开发基于原子馈送类型 RESTfull 的数据访问 API。 IBM 打算将其纳入 Domino 8.5.2 中。然而,该功能在早期代码删除中被删除,并最终被撤回。

鉴于新的 Vulcan 战略,IBM 似乎决定重新设计 API。无论如何,即使该 API 将包含在下一个版本中,它也不会包含特定的日历 API。因此,人们仍然需要研究具体细节。

话虽如此,FlexDomino.net 与 Qkom.de 合作实际上为 Lotus Notes Domino 开发了一个基于 Web 服务的数据访问 API,该 API 将在未来几周内成为黄金...

http://www.flexdomino.net/soapgateq

SoapgateQ 目前也不提供日历特定服务,而是基于当前提供的 Web 服务操作上提供邮件、日历和待办事项类型的功能应该不会太困难。事实上,我们很快就会发布一个用于 iPhone 的 ToDo 应用程序,用于访问用户的 Domino ToDo 数据。

如果您想了解更多详细信息或演示,请发送邮件至 Andreas Rosen ([email  protected])或给我自己[电子邮件受保护]

Rgds
马蒂亚斯

IBM is/was working on an atom feed type RESTfull based data access API. IBM had in mind to include this into Domino 8.5.2. However, the feature was dropped in early code drops and has finally been withdrawn.

It looks like IBM decided to go back to the drawing board with the API in light of the new Vulcan strategy. In any case, even if the API would be included in the next point release, it will not include a specific calendar API. Hence one would still need look into the specifics.

Having said all this, FlexDomino.net in partnership with Qkom.de actually developed a web service based Data Access API for Lotus Notes Domino, which will go gold in the next few weeks...

http://www.flexdomino.net/soapgateq

SoapgateQ does not provide calendar specific services either at this time, but on the basis of the currently provided web service operations it should not be too difficult to provide mail, calendar and todo type functionality. In matter of fact we soon going to publish a ToDo application for the iPhone accessing the user's Domino ToDo data.

If you would like more details or a demonstration, please send a mail to Andreas Rosen ([email protected]) or to myself [email protected]

Rgds
Matthias

山人契 2024-10-02 13:37:27

不存在开箱即用的 SOAP Web 服务。有一个 REST 风格的界面,主要用于从 Notes 读取数据 - 您将无法创建日历条目。然而,创建类似 Web 服务之类的东西来创建约会并不需要付出很大的努力。 Notes.net 上有一篇介绍性文章:

http://www.ibm。 com/developerworks/lotus/library/web-services2/

There are no out-of-the-box SOAP web services. There is a REST-style interface, mainly for reading data from Notes - you would not be able to create calendar entries. However, it is not a large effort to create something like a web service to create an appointment. There is an introductory article on notes.net:

http://www.ibm.com/developerworks/lotus/library/web-services2/

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