I was wondering if anyone has any good examples of code being used to consume a web service from an external source? I am working on a application which has this need and some arrows point to Domino 8.5 since the WSDL can be imported, but obviously in Domino 7, that’s not an option.
If possible, I’d like to stick with LotusScript to accomplish this. Any examples or direction would be greatly appreciated.
Steve
Subject: Consuming a web service in Notes/Domino 7
Are you running the server on Windows? If so, search for examples in the forum using Microsoft.XMLHTTP. If your server is on another OS there are equivalents, but I’m not familiar with them.
Subject: Consuming a web service in Notes/Domino 7
Hi Steven
If Domino 7 there is couple of ways you can consume Web Services. I have implemented couple of projects.
Solution 1. Java
Tool is available in the Sandbox
Solution 2. Using Apache + PHP Middle wear
Easy Implementation, less maintenance and less Deployment
Domino - > PHP -> External Web Service
External Web Service - > PHP - > Domino
If you need any help, please get back to me.
Thanks
Cts_janardan@yahoo.com
cts_janardan@dominodesigner.com
Subject: RE: Consuming a web service in Notes/Domino 7
Thank you both for the replies. I am trying to implement this on Domino for iSeries, running 7.03. I wish it were on Windows, but alas, that’s not the case. I will search the Sandbox for the tool(s).
Steve