Question

I'm running the latest WSO2 ESB and I was wondering how can I implement a security layer over the existing .NET web services?

Through a proxy service maybe? Kinda lost with all the extensive documentation. Thanks in advance!

Was it helpful?

Solution

You could host the existing .Net web service on the WSO2 Carbon ESB by including the Service Hosting OSGi component in the ESB. You then create an endpoint to the .net WS in the ESB. Now create a proxy for the endpoint within the ESB. The ESB is now "front ending" the .Net WS so you can use the mediation capabilities of the ESB to implement your security layer (there are many options for this).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top