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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).