您可以从Lotus Notes发送Web服务吗?

时间:2013-12-16 12:04:27

标签: web-services lotus-notes

您是否可以从Lotus Notes发送Web服务?

我们有一个托管在Lotus Notes中的预订系统,我们希望将一些内容推送到基于Web的系统。我们最初想的是带有数据的.csv文件,但是想知道是否可以使用Web服务来推送这些数据?

1 个答案:

答案 0 :(得分:5)

您是说要从Lotus Notes使用Web服务?答案是肯定的,它实际上非常简单,并在Domino Designer帮助中有详细记录:

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.main.doc%2FH_INCORPORATING_WEB_SERVICES_LIBRARY.html

另一个好的联系是这个:

Creating your first Web Service provider and consumer in LotusScript and Java.