I have created a web service in a database in a Domino Server and trying to call it from another database in Lotus Notes Client through a web service consuming agent. But it doesn’t seem to be working. I have followed the process given in the article “Consuming web service from Lotus Notes”.
The WSDL of the web service is visible on requesting “Show WSDL” in the Domino Designer. But neither the web service nor its WSDL is accessible on browser (IE).
I’m trying :
for accessing web service - http://servername/databasename.nsf/webservicename?Openwebservice
and for accessing corresponding WSDL -
http://servername/databasename.nsf/webservicename?WSDL
but neither of them is working and giving error “Page not found”
[I’m able to access some other web services of some other application. It seems to me that the problem is with my Lotus Notes web services.]