Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST TO REST using WSO2 ESB

Tags:

wso2

wso2esb

I have a REST service deployed on a server and would like to expose it (proxy it) through WSO2 ESB and use the ESB security to secure the access to the service (probably HTTP BASIC authentication that looks by username and password in the ESB user database). I cannot find a good documentation describing how to do it. Could this be done using WSO2 ESB and how?

like image 607
Adrian Mitev Avatar asked Sep 12 '12 14:09

Adrian Mitev


2 Answers

You can refer this blog post for creating proxy for REST service.To secure the service there are articles on how to secure services. this is one such.

I am adding a new link for securing REST services.

like image 67
Shelan Perera Avatar answered Oct 23 '22 02:10

Shelan Perera


You can use REST API for this purpose, with wso2 ESB 4.0.2 onward it ships with REST API where you can easily invoke them, you can get a comprehensive understanding on how the REST API involoves in WSO2 ESB ref REST API Article

like image 42
Dushan Abeyruwan Avatar answered Oct 23 '22 00:10

Dushan Abeyruwan