We are looking at developing applications that can read and write from Lotus Domino, especially appointments To add, update, delete, we have done the same thing for the Exchange and GroupWise.
We do not have the experience of developing for Lotus Domino yet, but we are looking at documents from IBM and other Google results are looking at their web services. It seems that you can add web services to yourself, written in Java or your scripting language?
Do not have a default set of WSDL, which you can enable, such as 'AddItem' or 'AddAppointment', such stuff? Services that offer Exchange / GroupWeb by default? If they do not, then it may not be worth it to write an application for us.
Or is it possible to write only your web services?
Thanks in advance!
There is no out-of-the-box soap web service primarily to read data from notes Is a rest-style interface for you - you will not be able to create calendar entries. However, there is not a great effort to create something like web service to make appointments. There is an introductory article on Notes:
Comments
Post a Comment