REST pass multiple inputs to GET method
Posted
by Subramanian
on Stack Overflow
See other posts from Stack Overflow
or by Subramanian
Published on 2010-03-31T11:48:45Z
Indexed on
2010/03/31
11:53 UTC
Read the original article
Hit count: 323
rest
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?
© Stack Overflow or respective owner