Questions tagged [basichttprelaybinding]

Windows Azure Service Bus binding that a client can use to configure endpoints that can communicate with ASMX-based Web services and other services that conform to the WS-I Basic Profile 1.1

Windows Azure Service Bus binding that a client can use to configure endpoints that can communicate with ASMX-based Web services and other services that conform to the WS-I Basic Profile 1.1

3 questions
7
votes
1 answer

Azure Service Bus Relay Occasional FaultException

We can't determine why the Azure BasicHttpRelay is throwing an occasional FaultException without any details. We've enabled WCF diagnostic tracing, but the available stack trace information is still the same. It seems like the WCF client channel…
5
votes
1 answer

Exposing WSDL on BasicHttpRelayBinding over Azure

I have an svc that is auto-started using AppFabric. What I want to do is expose the wsdl for my service over the bus. Internally the service and the wsdl work fine of course, I can also consume the service over the bus with no issue. The only thing…
Gabe
  • 49,577
  • 28
  • 142
  • 181
0
votes
1 answer

ConnectionStatusBehavior and RelayBinding

I am using relaybinding to create a ChannelListener. BasicHttpRelayBinding relayBinding = new BasicHttpRelayBinding(); relayBinding.BuildChannelListener(..., ...); Now I want to add ConnectionStatusBehavior so that I would know if…