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