I’m trying to create a web service for accessing information in a Domino/Notes database. I can access the database via my browser after authenticating (http://myserver/mydatabase.nsf), but if I try to access the web service (even the WSDL), I receive an Internal Server Error (HTTP 500) from the Domino web server. In the Domino Designer, the Show WSDL button successfully displays a WSDL document.
Anonymous access is enabled on the web server. I’m sure I’m missing some crucial deployment/security/configuration step, but none of the tutorials indicate I need to do anything different. What am I missing?