Cannot create binding
Details
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Cannot create binding since binding type was not specified. Specify a binding type like "basicHttpBinding", "wsHttpBinding", or "customBinding |
Explanation
You did not set the BindingType property in the code after configuring a WCF-Custom or a WCF-CustomIsolated transport. Or the problem could be in other code paths. You must have a value in the user interface for binding setting. Review your configuration and ensure that a binding type was chosen from the drop-down list in the receive location Properties area.
User Action
To resolve this error, review the code configuring the WCF-Custom or WCF-CustomIsolated transport. Ensure that the BindingType property in the XML data for the TransportTypeData property of the ITransportInfo interface is set properly.
Also, specify a binding type like basicHttpBinding, wsHttpBinding, or customBinding.
Click Start, click All Programs, click Microsoft BizTalk Server 20xx, and click BizTalk Server Administration.
In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.
Locate your application and then locate your transport.
Right-click the transport name.
Click Properties.
In the port Type list, select the correct port.
Click Configure.
In the WCF [transport type] Transport Properties dialog box, click the Binding tab.
Ensure that a value is specified in the Binding Type list.
For additional information on configuring binding, see the following resources in the BizTalk Server Help: