An intermediary WCF service that acts as a message router

learn more… | top users | synonyms

0
votes
2answers
31 views

WCF routing using XPath : invalid qualified name exception

I am trying to impelemnt content based routing using XPath in wcf. I have create class library which contains service contract and data contract as following. [ServiceContract(Namespace = ...
0
votes
0answers
19 views

WCF Router is not routing windows credentials

WCF Router is not routing windows credentials. Here is the scenario I am dealing with: Client, Domain A Router, Domain B, IIS App Pool runs under network service Service, Domain A, IIS App Pool ...
1
vote
1answer
83 views

Secure and loose coupled communication between clients and WCF services using a RoutingService in between

Is it possible to send objects through RoutingService to peer WCF services without having the router know about the exact type of these objects ? My intention is to create a router once for all, then ...
2
votes
2answers
93 views

Versioning WCF service with a routing service

I have been tasked with working out a versioning strategy for a new suite of WCF services. Much of the reading I have done recommends the use of an intermediate routing service to forward on calls to ...
1
vote
1answer
126 views

Combining WCF Routing and Discovery

I'm trying to combine the WCF Routing Service with Discovery but it seems that they can't work together. This is my scenario: A request from the client comes in at the routing service. I want the ...
1
vote
1answer
78 views

WCF Routing with Content Transformation

I've implemented a WCF Routing service; I would also like the service (or a similar WCF service) to transform the payload in a prescribed and uniform (content-agnostic) fashion. For example, the ...
1
vote
0answers
117 views

WCF 4 Routing Services Protocol bridging issue (nettcp exposed services)

We are confronted with a WCF Routing Services 4.0 issue. We are doing protocol bridging from http to net.tcp, our net.tcp WCF services are hosted in IIS 7.5 within AppFabric 1.1. This issue occurs ...
2
votes
2answers
124 views

Setting OperationTimeout on Wcf RoutingService

I'm struggling with setting the OperationTimeout on the RoutingService The issue is that the service to which the message is forwarded needs more then 1 Minute to give a response. This causes an ...
5
votes
2answers
303 views

WCF routing and service metadata

I'm building a WCF router which needs to act as a proxy for a number of internal web services (WCF and ASMX). The routing part is fairly straight-forward, but I can't understand how the service ...
2
votes
1answer
102 views

WCF routing and various endpoints

I have a little problem and don't know where to start. I need to make a subscribtion service and if returns unique address on which consumer will send soaps after subscription. It works like so : you ...
1
vote
0answers
114 views

How to programmatically read the current Filter Table on a WCF Router

We have an existing wcf router with the following configuration: <routing> <filters> <filter name="Other" filterType="MatchAll" /> <filter ...
1
vote
2answers
209 views

Can I deploy multiple instances of WCF service on IIS with same namespace?

I need to deploy the same WCF service on multiple virtual directories with the same site on IIS. Does this cause a problem, if I have the same namespace for all these instances?
0
votes
2answers
151 views

How to test the Routing in WCF Routing services?

We have a WCF routing service which (obviously) routes to several WCF services. We use SOAP messaging, and our SOAP headers contain a value for the consumer system to set it's identifier. How do you ...
0
votes
1answer
96 views

How can i change the WCF Router Backup List Behavior with Custom Filter?

I'm trying to find a way to handle exception in router, it means when for any reason router can not send message to primary endpoint (here, there is EndpointNotFoundException, ServerTooBusyException, ...
0
votes
1answer
390 views

IIS 7.5 Wcf routing service. http header disappears

I have set up a wcf routing service (IIS 7.5) to sit between my winforms clients and a back-end server. I am trying to resolve a bug which is apparently caused by the disappearance of the http header ...
0
votes
0answers
18 views

Error while accessing Routing server from outside country

I am facing one Issue with WCF Routing service, Routing service : Binding : Http Actual service :Binding : Net.TCP Service is hosted in India When I tried using hosted service in India ...
0
votes
0answers
175 views

Unable to configure Duplex WCF Routing Service

I am trying to setup a WCF Routing service to work with my Duplex WCF Service by specifying IDuplexSessionRouter as contract. There is no problem initiating the call. However, every time the server ...
0
votes
1answer
241 views

WCF router with priority filters

In order to prepare my 70-513 exam, I found the following question: A Windows Communication Foundation (WCF) solution uses two services to manage a shopping cart. Service A processes messages ...
0
votes
0answers
77 views

WCF routing behaviour in protocol bridging scenario

I have routing service which exposes the end point in http binding/net.tcp and internally connect with other service via net.pipe/net.tcp binding. my actual service is configured with instance ...
0
votes
0answers
107 views

WCF routing issue

I have a WCF service REST API that is accessible and works fine from: http://api.foo.com/FooService.svc/?key=c9edb635da7e4c0791a1d3b36501bac6 I have also added a ServiceRoute which makes the same ...
1
vote
0answers
87 views

How can I allow a WCF Router to act as a drop-in replacement for a Web Service?

Let's say I currently have a (live) WCF Web Service conforming to this contract namespace MyWeb { [ServiceContract] public interface IMyWebService { [OperationContract] ...
0
votes
1answer
323 views

How to host wcf Routing Service on IIS?

So this is in relation to my question here. So I have an existing wcf service running already, hosted on IIS. I created a Router Service that will do some XPath filtering on the header. So if the ...
0
votes
1answer
215 views

How to do wcf routing service using xpath?

I have a wcf project that needs to do some routing stuff. One scenario there is, is to do a service versioning. So for example if there is a change or a new service needs to be implemented for a new ...
1
vote
1answer
121 views

WCF Routing and use of single connection

I am playing with WCF Routing. It works fine from the start ... but there is an issue I couldn't pass. In my playground I have routing service and 4 other WCF services implementing 2 different ...
0
votes
0answers
116 views

Is there any downside to using WCF Routing Service

Its been proposed by one of my team that we implement WCF routing service to simplify the configuration of our service architecture. I understand the concept, but want to make sure there are no ...
0
votes
1answer
81 views

WCF 4.0 Routing and Manipulating responses at Router

Can anyone point me in the right direction with this issue? We have a WCF central router and we want to manipulate the responses passing through the router based on some xpath criteria. Basically we ...
0
votes
1answer
293 views

How to pass STS token through WCF Routing service?

I am trying to call WCF claim aware service through WCF Routing service but it gave me the following error. "An unsecured or incorrectly secured fault was received from the other party. See the inner ...
0
votes
1answer
143 views

WCF Routing backup list in client

Is it possible to define a WCF backup list in a client, so that a single-point-of-contact routing service is not nessasary? I have two services implementing the same contact (interface). If the first ...
2
votes
1answer
518 views

getting started with WCF Routing with certificate authentication- stuck in XML hell

I have a simple WCF Client -> Server structure, where the client references the server's WCF service. Authentication is done using X509 certificates. I want to add a simple form of redundancy to ...
0
votes
1answer
78 views

Content-Based WCF Router

I'm looking for WCF Routers (Content-based and Context-based) examples , please share with me if you have information about content-based wcf router, Thanks
1
vote
1answer
525 views

WCF routing + SSL

I need to create a "routing" service. I'm trying to used the System.ServiceModel.Routing.IRequestReplyRouter of .Net I can make it work only in HTTP mode, not in HTTPS. The error is "Cannot establish ...
0
votes
0answers
108 views

RoutingService Channel Session Error Forwarding

I have the following service layout: RoutingService as IDuplexSessionRouter, self hosted, public over net.tcp, configured to forward requests to root/IService1 to the service A, /IService2 to ...
2
votes
1answer
300 views

WCF routing + WIF

How does the new routing service deal with security? According to http://blogs.microsoft.co.il/blogs/applisec/archive/2011/12/12/wcf-routing-and-message-security.aspx, it might be difficult when ...
0
votes
1answer
2k views

Dynamic Routing with .Net4 WCF Router Service

I'm looking for example about dynamic routing with .net 4 wcf service. please help me.
2
votes
0answers
526 views

WCF Routing Https Causing Multiple Requests from the Service Hosting the Router

I have a scenario where I need to connect to a secure external soap web service with basic authentication. Normally this isn't a problem, and this works in my local development environment with ...
16
votes
3answers
488 views

WCF Routing with Message Security

I have a WCF service with Message Security Authentication. I want to set up a routing service for Load Balancing. For some reason it doesn't work, I've enabled includeExceptionDetailInFaults to see ...
0
votes
1answer
163 views

Autofac and RoutingService

I am trying to build a routing infrastructure and I use Autofac as IoC container. I read the wiki and I know these steps: ContainerBuilder builder = new ContainerBuilder(); builder.Register(c => ...
1
vote
0answers
150 views

Two-Way Routing Service

I have the following requirement: Client can call the router/relay service, which in turn calls a service on the target server. The target server sends back a result to the relay service which will ...
1
vote
1answer
100 views

Web service provider routing

I am looking to implement a service (web/windows, .net) that maintains a list of available services and can provide an endpoint based on the nature or type of request. The requester can then pass the ...
0
votes
1answer
4k views

WCF Routing service error - ContractFilter mismatch at the EndpointDispatcher

The situation is as follows: I have an internal server running some WCF services, and I want them to be accessible from the internet at large. To this end, I have written a routing service that is ...
1
vote
1answer
591 views

Routing calls to legacy ASMX web service through WCF Routing Service

I am working on a legacy application that contains references to two .asmx web services. We want to restructure the service layer to follow more of an Enterprise Service Bus pattern, where the client ...
1
vote
1answer
276 views

How can I get WCF Routing to give me a more detailed error message than - No matching MessageFilter?

Is there a way to configure WCF Routing so that if your filters don't match you can get more information about the message that could not be routed? Currently we're using AppFabric and we only get ...
2
votes
2answers
1k views

WCF routing — how to correctly add filter table programmatically

I am using the WCF 4 routing service, and need to configure the service programmatically (as opposed to via config). The examples I have seen of doing so, which are rare, create a MessageFilterTable ...
1
vote
1answer
813 views

WCF service behavior extension throwing null reference exception

So, im trying to write routing service. The idea is that, every time someone calls routing service, endpoint is randomly selected by WCF behavior extension. I used slightly modified example from MSDN ...
3
votes
1answer
375 views

WCF routing backuplists - logging when they are used

Is there anyway to add some logging or a behaviour to the WCF routing list so that I can log when the routing has made use of an endpoint on a backup list? <filterTables> ...
1
vote
1answer
2k views

WCF routing service IClientMessageInspector --> BeforeSendRequest not calling - URGENT

I need to add the HTTP header for each message in WCF Routing service before sending to back end service. I have implemented the below class. However when i debug "BeforeSendRequest " is not called ...
2
votes
3answers
888 views

WCF 4.0 routing with mex using System.ServiceModel.Routing.RoutingService

I have service with working MEX at: net.tcp://remotehost:4508 What is the shortest C#/F# code (hard time understanding XML configuration files ^_^") I could write to create a router to it at?: ...
0
votes
1answer
427 views

parameters in service route

Working on a WCF webhttp project and had a question on parameters in route composition. I have two services - Project service (that allows an user to add and view projects) and an Item service that ...
1
vote
1answer
523 views

WCF4 routing with reliable sessions and callbacks

I'll start with an explanation of what I'm trying to do, and the environment / circumstances involved. I'm working with a pre-existing WCF service (hosted as a windows service) that I've implemented ...
0
votes
2answers
1k views

How to (pre)start xamlx workflow service

Related to this question. I have a xamlx workflow service that loads part of its definition from a database when it runs (using ActivityXamlServices.Load). Reason for this is that I need versioning, ...

1 2