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.

NoteDo not use GET HTTP requests. These commands embed all arguments within the URL, which cannot be encrypted. Use POST HTTP, which moves all arguments into the body of the HTTP request and allows the whole contents to be encrypted.

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.