|
|
For Winshuttle Workflow to communicate with Winshuttle SERVER, authentication needs to be configured in the Winshuttle SERVER's web.config file so that Winshuttle Designer can retrieve the Web Services Description Language (WSDLs). This line item is usually at about line #165.
The default server location is: C:\inetpub\wwwroot\Winshuttle\SERVER
Note: If you are using HTTP with SSL, set the security mode to "Transport"
Example:<webHttpBinding>
<binding name="Winshuttle_webBindingConfig">
<
security mode="None">
<transport
clientCredentialType="None" proxyCredentialType="None"/>
</security>
</binding>
</webHttpBinding>
See Also System requirements and preparation Install the Workflow SharePoint Binaries Setup SVService as a Scheduled Task |