Re: [Dev] Restful backend service - Apimgt 2.0.0

2014-03-21 Thread Dimuthu De Lanerolle
I have written a sample test case for hosting jax-rs web app on API Manager it self and invoke through API's for both distributed and standalone setups and both scenarios were successful. Regards On Thu, Mar 20, 2014 at 1:41 PM, Krishantha Samaraweera krishan...@wso2.com wrote: This is a

Re: [Dev] Restful backend service - Apimgt 2.0.0

2014-03-20 Thread Krishantha Samaraweera
Main purpose of RESTFul backend implementation is to provide RESTFul endpoints for apim test run time. So the test cases writers can depend on these endpoints to check all HTTP methods rather using external REST APIs. Thanks, Krishantha. On Thu, Mar 20, 2014 at 10:18 AM, Dimuthu De Lanerolle

Re: [Dev] Restful backend service - Apimgt 2.0.0

2014-03-20 Thread Krishantha Samaraweera
This is a valid requirement. I think we can simply crack this problem by hosting jax-rs web app on API Manager it self. There are other alternatives from TAF side, however would like to go with webapp hosting first. Thanks, Krishantha. On Thu, Mar 20, 2014 at 12:31 PM, Sanjeewa Malalgoda

[Dev] Restful backend service - Apimgt 2.0.0

2014-03-19 Thread Dimuthu De Lanerolle
We have added a new RestFul backend service to api manager 2.0.0. You can find it from the following svn location. https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/2.0.0/modules/integration/backend-service/ Also note that we will be adding a few sample test

Re: [Dev] Restful backend service - Apimgt 2.0.0

2014-03-19 Thread Sumedha Rubasinghe
Dimuthu, What's the final objective here? I had a quick look @ the source and right now there only 3 services. Do you guys have a full test scenario in mind? On Wed, Mar 19, 2014 at 7:08 PM, Dimuthu De Lanerolle dimut...@wso2.comwrote: We have added a new RestFul backend service to api