Hi Everyone,
Can any one help me in acheiving the following
There's a router which accepts all the requests from the clients and
then routes the request based on the content to the appropriate web
service.
For example, the router get the request from a client checks for the
type of header (WSE 2.0 content-based routing QuickStart Sample)
* if the header is of type RequestHeader1 then should route the
request to WebService1->WebMethod1 (Server1)
* if the header is of type RequestHeader2 then should route the
request to WebService2->WebMethod2 (Server2)
* if the header is of type RequestHeader3 then should route the
request to WebService3->WebMethod3 (Server3)
The QuickStart Sample gives some idea about the routing but the sample
uses the identical WebMethod (StockQuoteRequest) in both the Standard
and Premium Services which is not what I need, instead the WebMethods
must be different.
....
Can this be achieved with WSE 2.0 WS-Referral and WS-Addressing?
Thanks,
Gururaj |