1 out of 1 rated this helpful - Rate this topic

Workflow Class (websvcWorkflow)

Contains methods used to call the Workflow Web service.

Namespace: websvcWorkflow
Assembly: MOSSSOAP (in mosssoap.dll)

public class Workflow : SoapHttpClientProtocol

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ