Improving REST Support with Axis2/C

I have seen more users questioning about the the level of REST support we have in Axis2/C. Hence there has been a discussion thread on the Apache dev  list on improving the REST support we currently have.

To start with we have to improve the resource mapping to the request URL, to pick the parameters from the URL rather than form the request parameters as we do now.

We also need to add support for HTTP PUT and DELETE. Given the analogy of PUT and DELETE to POST and GET respectively, and that we have POST and GET already, I think this is going to be relatively easy to implement.

Comments