PROGRAMMING DOMINO FOR WEB APPLICATIONS
A Web service must exist in a database on a Domino server to be used. Replication is a simple way to move locally designed Web services to servers. Web services on production servers should be properly protected by appropriately signing the Web service and setting the Security tab.
To invoke a Domino Web service, a consumer uses the Domino URL command for opening the design element in a SOAP-encoded Web services HTTP POST request. Domino executes the appropriate implementation code based on the request and sends a SOAP-encoded response to the consumer.
The syntax for the Domino URL command for a Web service is as follows:
The following Domino URL command retrieves the WSDL document for the Web service in response to an HTTP GET:
Example