Workflow Class
Contains methods used to call the Workflow Web service.
Assembly: MOSSSOAP (in MOSSSOAP.dll)
The Workflow Web service provides a workflow interface for remote clients to get information about workflow for an item or workflow task, start a workflow, or get workflow templates, and so on.
To use the Workflow Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic through which you can call the various Web service methods.
The Web Services Description Language (WSDL) for the Workflow Web service endpoint is accessed through workflow.asmx?wsdl.
The following example shows the format of the URL to the Workflow WSDL file.
http://<server>/<customsite>/_vti_bin/workflow.asmx
If you do not have a custom site, you can use the following URL:
http://<server>/_vti_bin/workflow.asmx