CreateTicket Method of WebService Object (Web Services API)
This method creates an XmlTicket object based on the specified workflow.
C# Syntax
XmlTicket CreateTicket(
string serverLocation,
string workflowName
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
workflowName
This parameter contains the workflow name. The workflow name must be an element of the list returned by the WebService::GetWorkflows method for the same server.
Return Value
An XmlTicket variable that receives the XmlTicket object.
See also
26.03.2024 13:49:49