The deploy option is used to deploy a user-defined Web service, making it accessible to the ASE Web Services Engine through HTTPS.
Only 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.
sp_webservices 'deploy', ['all' | 'service_name']
all
Specifies that all user-defined Web services are to be deployed for the current database.
service_name
The name of the user-defined Web service to be deployed.
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.
You cannot drop or rename a user-defined Web service that is currently deployed.