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 » Accessing web services using web clients » Web client application development » Web client function and procedure requirements and recommendations

 

Web client SQL statements

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

Web client related SQL statements Description
CREATE FUNCTION statement [Web service]

Creates a web client function that makes an HTTP or SOAP over HTTP request.

ALTER FUNCTION statement

Modifies a function.

CREATE PROCEDURE statement [Web service]

Creates a user-defined web client procedure that makes HTTP or SOAP requests to an HTTP server.

ALTER PROCEDURE statement

Modifies a procedure.