UnknownWebservice Class
For internal use only.
This class is used by the Webservice class to get or list service subtypes when the web service was created from a package that wasn't imported, for example, for a service created with the accel package.
- Inheritance
-
UnknownWebservice
Constructor
UnknownWebservice(workspace, name)
Methods
get_token |
Retrieve auth token for this Webservice, scoped to the current user. Note Not implemented. |
run |
Call this Webservice with the provided input. Note Not implemented. |
update |
Update the Webservice. Possible options to update vary based on Webservice type. Note Not implemented. |
get_token
Retrieve auth token for this Webservice, scoped to the current user.
Note
Not implemented.
get_token()
Returns
The auth token for this Webservice and when it should be refreshed after.
Return type
run
Call this Webservice with the provided input.
Note
Not implemented.
run(input)
Parameters
- input
- <xref:varies>
The input to call the Webservice with.
Returns
The result of calling the Webservice.
Return type
update
Update the Webservice. Possible options to update vary based on Webservice type.
Note
Not implemented.
update(*args)
Parameters
- args
- <xref:varies>
Values to update