Workflow Manager Web Services URL

Workflow Manager 6.0

The AdminStudioWebSvc setting identifies the IP address of the Workflow Manager application Web Site. The default value of this setting in web.config is:

<!--AdminStudioWebSvc URL (this service provides information about AdminStudio)-->

<add key="ASDataServiceProxy.localhost.AdminStudioWebSvc" value=

"http://localhost/Webservicesroot/ASDataService/AdminStudioWebSvc.asmx"/>

To modify this setting:

1. Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor.
2. Locate the ASDataServiceProxy portion of this file.

<add key="ASDataServiceProxy.localhost.AdminStudioWebSvc"

value="http://localhost/Webservicesroot/ASDataService/AdminStudioWebSvc.asmx"/>

3. To modify the IP address of the Workflow Manager application Web Site, change the root directory of the URL (http://localhost in this example) to the new IP address. For example:

<add key="ASDataServiceProxy.localhost.AdminStudioWebSvc"

value="http://178.22.333.44/Webservicesroot/ASDataService/AdminStudioWebSvc.asmx"/>