The binding file comes pre-configured with values for the Name and HostTrusted elements in the <ReceiveHandler> tag. The Name element is configured as BizTalkServerApplication. This element corresponds to the Send handler that is selected in the Send Port Properties dialog box. The HostTrusted element is configured as false. This element corresponds to the Authentication Trusted check box in the Host Properties dialog box.
The Name and HostTrusted elements in the binding file must match the configuration of the host instance.
You may need to manually edit the binding file if:
-
Changes were made to the default settings of the host instance (i.e., the BizTalkServerApplication host instance).
-
A new host instance was created, and the Hyland Adapter's receive handler is using this newly created host instance.
To manually edit the binding file from the Solution Explorer tab in Visual Studio:
- Double-click a receive port XML file. Receive port XML file names begin with WcfReceivePort_, and end with _Custom.bindinginfo.xml.
- The XML file is displayed.
- Locate the <ReceiveHandler> tag.
- Ensure that the Name and HostTrusted elements match the configuration of the host instance.
- Save and close the XML file.