ALTER SERVICE Statement

Causes the database server to act as a Web server

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

ALTER SERVICE service-nameTYPE service-type-string ]
   [ attributes ]
   [ AS statement' ] 

service-type-string(back to Syntax)
   { 'RAW ' 
   | 'HTML ' 
   | 'XML ' 
   | 'SOAP ' 
   | 'DISH ' }

attributes(back to Syntax)
AUTHORIZATIONONOFF } ] 
   [ SECUREON  |  OFF } ] 
   [ USERuser-name | NULL } ] 
   [ URL [ PATH/ ] { ON | OFFELEMENTS } ] 
   [ USING { SOAP-prefix | NULL } ]

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

You cannot rename Web services.

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported by Adaptive Server.

Permissions

(back to top)

Requires the MANAGE ANY WEB SERVICE system privilege.

Related reference
CREATE SERVICE Statement
DROP SERVICE Statement