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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » HTTP web services » SQL Anywhere as an HTTP web server » What are web services » Web service maintenance

 

How to create or alter a web service

Creating or altering a web service requires use of the CREATE SERVICE or ALTER SERVICE statement, respectively. This section illustrates how to execute these statements with Interactive SQL to create different kinds of web services. The examples in this section assume that you have connected to a SQL Anywhere database, your-sql-anywhere-database.db, through Interactive SQL using the following command:

dbisql -c "dbf=your-sql-anywhere-database.db;uid=your-userid;pwd=your-password"

How to create HTTP web services
How to create SOAP over HTTP services
How to create DISH services