ProcessFile Method of WebService Object (Web Services API)
Important! This method is deprecated. Please chain the following methods instead: StartProcessFile + GetJobState + GetJobResult.
This method uses the parameters of the specified workflow to recognize the specified input document in synchronous mode.
C# Syntax
XmlResult ProcessFile(
string serverLocation,
string workflowName,
FileContainer file
);
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.
file
This parameter contains the FileContainer object that corresponds to the processing file.
Return Value
An XmlResult variable that receives the XmlResult object.
See also
26.03.2024 13:49:49