I have windows Azure SDK 1.6, BizTalk Server 2010 and Windows EAI SDK April 2012 CTP installed.
While creating a receive location with WCF-Custom adapter I have to use netMessagingBinding, which dont appear in the binding type list of WCF-Custom
Transport properties.
I have added following sections in machine.config file under Microsoft.Net Framework 4.0.30319
Under bindingExtensions
<add name="netMessagingBinding"
type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingCollectionElement,
Microsoft.ServiceBus, Version=1.6.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
Under bindingElementsExtension
<add name="netMessagingTransport"
type="Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportExtensionElement,
Microsoft.ServiceBus, Version=1.6.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
What else am I missing that binding type is still not appearing?