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.
Do 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.
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.