Legacy Workflow Web Service

Workflow publishes a web service, IWorkflowWebService, that allows schedule operations. You can browse all configured workflow schedules and start one or more of them, as well as get information on running workflow instances.

Endpoints are published using the following address:

https://<ServerName>:8202/SOAServer/SOAProject/Workflow/Workflow/IWorkflowWebService

The service metadata (WSDL) can be accessed at the following address:

https://<ServerName>:8202/SOAServer/SOAProject/Workflow/Workflow/IBrowse?wsdl

If you are working in a multiple server environment, ensure that the web server is on the workflow server:

https://<ServerName>:8202/WorkflowServer/SOAProject/Workflow/Workflow/IBrowse?wsdl

Note: Administrators are unable to log in using the web service interface.

Methods

These operations are provided by the Workflow web service. You can also use the related data contracts to customize these methods when developing workflows.
Important: The Call Web Method that was provided in earlier versions of Workflow is still available. You can continue to use it for your legacy web services; however, it is recommended that for all new web services configurations, you should use the Web Services Service Provider to add and configure web service definitions.