How to Configure a SOAP Send Handler

Use the following procedure to configure the SOAP send handler.

Caution

When using HTTP or SOAP adapter handlers, it is recommended that you install the host instances for these handlers on Microsoft Windows Server 2008 SP2 or Windows Server 2008 R2computers.

To change global variables for a SOAP 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 SOAP, 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. On the Proxy tab, do the following.

    Use this To do this
    Use proxy Indicate whether the SOAP send handler uses a proxy server.
    Server Specify the name of the proxy server.

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

    Type: String

    Minimum length: 0

    Maximum length: 256
    Port Specify the port the SOAP send handler uses.

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

    Default Value: 80

    Type: Long

    Minimum value: 0

    Maximum value: 65535
    User name Specify the user name to use for authentication.

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

    Type: String

    Minimum length: 0

    Maximum length: 256
    Password Specify the password to use for authentication.

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

    Type: String

    Minimum length: 0

    Maximum length: 256
  5. Click OK.

See Also

Configuring the SOAP Adapter
Publishing Web Services