How to Comment a Web Service

Providing documentation for a web service requires use of the COMMENT ON SERVICE statement. A comment can be removed by setting the statement clause to null.

Example

For example, execute the following SQL statement to create a new comment on a web service named SampleWebService:

COMMENT ON SERVICE SampleWebService
    IS "This is a comment on my web service.";