deploy

The deploy option is used to deploy a user-defined Web service, making it accessible to the ASE Web Services Engine through HTTP or HTTPS.

Syntax

sp_webservices 'deploy', ['all' | 'service_name']

Parameters

Usage

The deploy and undeploy options are used to control when user-defined Web services are available. The webservices_role privilege is required for this option.

If the all parameter is specified, the ASE Web Services Engine deletes its internal cache of user-defined Web services and rereads all metadata about user-defined Web services from Adaptive Server Enterprise.

NoteYou cannot drop or rename a user-defined Web service that is currently deployed.