Creating or altering 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"

Creating HTTP web services
Creating SOAP over HTTP services
Creating DISH services