SOAP Message Routing with WSE
A application using WSE can be designed by setting up a intermediary computer that is configured to run on WSE router. Clients send messages to WSE router instead of to the web service.
WSE Router
Benefits of using WSE router is computer that hosting a web service can be taken offline for maintenance with out modifying the client code or its configuration.
Administrator prepares a web.config file that containing the referral cache containing the URL for Backup computer. Back computer is prepared by administrator to redirect the Requests when Primary computer containing the web service is offline.
In the above diagram client sends the SOAP messages to a WSE Router, Which delegates the message to another web server based on the content in referral cache. In this scenario Referral cache is configured to send the SOAP Message to Web server B, but it can be modified to send it to the Web server C.
Related Posts:
More from kalyan
- Digital Signing the SOAP Message | TechBubbles
- Configure WSE to Validate SOAP Message | TechBubbles
- Overview of WSE 3.0 | TechBubbles
- Web services security | TechBubbles
- Adding Security Credentials to SOAP | TechBubbles
kalyan Recommends
1 Comment so far
Leave a reply
![Recommend [kalyanms1]](http://s3.amazonaws.com/arkayne-media/img/badge/02me.png)
SOAP Message routing with WSE…
You’ve been kicked (a good thing) – Trackback from DotNetKicks.com…