How to Configure a WCF-WSHttp Send Handler

Use the following procedure to configure the WCF-WSHttp send handler.

Caution

When using WCF-WSHttp adapter handlers, it is recommended that you install the host instances for these handlers on Windows Server 2008 R2 or Windows Server 2008 SP2 computers.

To change global variables for a WCF-WSHttp send handler

  1. In the BizTalk Server Administration Console, expand BizTalk Server Administration, expand BizTalk Group, expand Platform Settings, and then expand Adapters.

  2. In the expanded adapter list, click WCF-WSHttp, in the right pane, right-click the send handler that you want to configure, and then click Properties.

  3. In the Adapter Handler Properties dialog box, on the General tab, in the Host Name list, select the host with which the receive handler will be associated.

  4. In the General tab, Click Properties, On the Proxy tab, do the following.

    Use this To do this
    Use proxy Indicate whether this send port uses a proxy server.

    The default value is cleared.
    Address Specify the address of the proxy server. Use the https or the http scheme depending on the security configuration. This address can be followed by a colon and the port number. For example, http://127.0.0.1:8080.

    This property requires a value only if Use proxy is selected.

    Type: String

    Maximum length: 256

    The default is an empty string.
    User name Specify the user name to use for authentication. If integrated or Basic authentication is used, the user name includes the domain, that is, domain\username. If Digest authentication is used, the user name does not include domain\.

    This property requires a value only if Use proxy is selected.

    Type: String

    Minimum length: 0

    Maximum length: 256

    The default is an empty string.
    Password Specify the password to use for authentication.

    This property requires a value only if Use proxy is selected.

    Type: String

    Minimum length: 0

    Maximum length: 256

    The default is an empty string.
  5. Click OK.

See Also

Configuring the WCF-WSHttp Adapter