get_webservice: Get a deployed web service
Description
Return the corresponding Webservice object of a deployed web service from
a given workspace.
Usage
get_webservice(workspace, name)
Arguments
name
A string of the name of the web service to retrieve.
Value
The LocalWebservice
, AciWebservice
, or AksWebservice
object.