Left_Next_Arrow_Blue_Bkgd_Icon

Right_Next_Arrow_Blue_Bkgd_Icon

Configure Winshuttle SERVER to communicate with Winshuttle Workflow

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.

  1. Navigate to Winshuttle SERVER's web.config and back up that file.

    The default server location is: C:\inetpub\wwwroot\Winshuttle\SERVER

  2. Open the web.config file in any text editor (such as Notepad).
  3. In the areas highlighted below, make the following changes (shown in bold):
  4. Change the security mode attribute to "TransportCredentialOnly".

    Note: If you are using HTTP with SSL, set the security mode to "Transport"

  5. Change the transport clientCredentialType attribute to "Windows".


    Example:
    <webHttpBinding>

    <binding name="Winshuttle_webBindingConfig">

    <security mode="None">

    <transport clientCredentialType="None" proxyCredentialType="None"/>

    </security>

    </binding>

    </webHttpBinding>

See Also

System Requirements

Using a Development Server

System requirements and preparation

Install the Workflow SharePoint Binaries

Setup SVService as a Scheduled Task

Create a Winshuttle Workflow Site

Configuring Kerberos

Configuration