Authenticate User via WFG API

Hi,

Would like to know how can I authenticate the users (>1000) remotely using the WFG ProcessRuntime.asmx ?
I understand that user who invoke the API would need to be pre-configure in this web.conf

Thanks,
Clement

Hi Clement,

To make a web service call, you need to put the network credentials in order to execute an API method.
The network credentials consist of the username, password, and domain of the user.

The following article (Section: Invoking a WorkflowGen API using .NET code) explains how to do that:

Best Regards,
Eddy.