How do I implement a security layer on top of .net WS?

I am running the latest WSO2 ESB and I was wondering how can I implement a security layer on top of existing .NET web services?

Perhaps through a proxy service? Kinda has lost all of its extensive documentation. Thanks in advance!

+2


source to share


1 answer


You can host an existing .Net web service on the WSO2 ESB by including OSGi Service Hosting in the ESB. Then you create an endpoint in .net WS in the ESB. Now create a proxy for the endpoint in the ESB. The ESB is now the "front end" of .Net WS, so you can use the ESB's mediation capabilities to implement your security level (there are many options for that).



+1


source







All Articles