deploy

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

NoteOnly HTTP POST requests are supported to access deployed services because these commands embed all arguments within the URL for GET HTTP requests, which cannot be encrypted. You must enable HTTPS to encrypt the HTTP POST request.

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.