Questions tagged [webhttprelaybinding]
8 questions
2
votes
1 answer
Microsoft Azure, relay bindings and max concurrency
I've set up a ServiceBus Relay with Microsoft Azure. I'm connecting to this with a HTTP backend handling incoming GET and POST requests hitting the Relay.
Now, this works just fine. My issue though is that the max concurrency I can get is 2…

NeoDarque
- 3,222
- 3
- 19
- 21
0
votes
1 answer
Azure webhttprelaybinding authorization issue
I have stumbled into an annoying azure wcf http relay issue, which i cant seem to be able to solve.
The issue arises when I set the security relayClientAuthenticationType to RelayAccessToken, which makes my endpoints unreachable due to a…

Dino
- 11
- 4
0
votes
0 answers
How to configure load balancing strategy for WCF http relay
We are building a platform which will allow to invoke an on-premise API from the cloud, for this purpose we are using WCF relays which in fact is the appropriate service for us since we need to create the relays dynamically (we have an onboarding…

Coco
- 71
- 1
- 4
0
votes
1 answer
WebHttpRelay in BizTalk server 2013
An external provider need to send a callback to our BizTalk environment. There callback is just a HTTP POST with an XML body.
Naturally we don't want to expose our BizTalk externally and we would like to go for a relay service in Azure.
As far as I…

RobinHu
- 374
- 2
- 14
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…

an.it.professional
- 121
- 1
- 2
- 10
0
votes
1 answer
Azure ACS Service Identities with Certificate based Credentials
I am exposing a WCF Data Services hosted on IIS through Service Bus Relay using webHttpRelayBinding. While I could find out how to authenticate the service identity using username/password or shared secret. However, I could not find a sample how to…

Raj
- 1
- 2
0
votes
1 answer
How to setup WCF application when setting multipleSiteBindingsEnabled to true
I am trying to make a WCF application that listens to Service Bus. The following snippet for defining the service in Web.config works when multipleSiteBindingsEnabled is set to false:

TheDude
- 3,796
- 2
- 28
- 51
0
votes
1 answer
How can I use WebHttpRelayBinding with application/json requests?
When I try to use a generic message handler, I run into errors when the accept, or content-type is html/xml/json if I use my own type such as text/x-json everything works as expected the message is dispatched to my handlers and the stream returns…

Aaron Fischer
- 20,853
- 18
- 75
- 116