I have deployed a simple REST based application in RAD.
A simple URL is accessed using http://localhost/<contextroot>/users/<username>
where <username>
is accessed using reqeust.getAttributes()
. Now, how do i pass more than one attribute to the REST service?