PROGRAMMING DOMINO FOR WEB APPLICATIONS


Web services
Example

Domino supports Web services as defined in the W3C documents Simple Object Access Protocol (SOAP) 1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508) and Web Services Description Language (WSDL) 1.1 (http://www.w3.org/TR/2001/NOTE-wsdl-20010315). See also Web Services Architecture (http://www.w3.org/TR/ws-arch) and Web Services Activity (http://www.w3.org/2002/ws/).

Note Web services are new with Release 7.

Domino limits Web services as follows:


Development in Domino Designer is through a "Web Services Provider" design element coded in Java or LotusScript. The code defines and implements the service. The web services provider also maintains the definition as a WSDL (Web Services Description Language) document.
The following sections describe:
Example
See Also