Hi all,
I have a relay service hosted in a console application. My config file has the following endpoints
<service name="Demo.BizTalkAzure.Services.ProductsService"><endpoint address="https://mynamespace.servicebus.windows.net/ConsultaProductos/ServicioProductos.svc" behaviorConfiguration="Behavior1" binding="basicHttpRelayBinding" bindingConfiguration="basicHttpRelayEndpointConfig" name="enpoint1" contract="Demo.BizTalkAzure.Services.IProductService" /><endpoint address="https://mynamespace.servicebus.windows.net/ConsultaProductos/ServicioProductos.svc_mex" behaviorConfiguration="BehaviorMex1" binding="ws2007HttpRelayBinding" bindingConfiguration="endpointconfig1" name="endpointMEX1" contract="IMetadataExchange" /></service>
As you can see in the endpoints, I'm using basicHttpRelayBinding and ws2007HttpRelayBinding. Nevertheless when I go to the azure console it shows me both relays, but with TCPRelay.
anyone out there knows why?
Thanks in advance
Luis Diego Rojas. http://icomparable.blogspot.com
MCP, MCTS Biztalk Server, MCTS WCF