Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Programming » HTTP web services » SQL Anywhere as an HTTP web server » Managing web services in an HTTP web server » Web service maintenance

 

Web service SQL statements

The following SQL statements are available to assist with web service development:

Web server related SQL statements Description
CREATE SERVICE statement [HTTP web service]

Creates a new HTTP web service.

CREATE SERVICE statement [SOAP web service]

Creates a new SOAP over HTTP or DISH service.

ALTER SERVICE statement [HTTP web service]

Alters an existing HTTP web service.

ALTER SERVICE statement [SOAP web service]

Alters an existing HTTP over SOAP or DISH service.

COMMENT statement

Stores a comment for a database object in the system tables.

Use the following syntax to comment on a web service:

COMMENT ON SERVICE 'web-service-name'
    IS 'your comments'
DROP SERVICE statement

Drops a web service.