Hi
I have built one application in server side like this
@GET("json")
void methodname(){---}
@GET("xml")
void methodname(){---}
>From client side how to invoke @GET("json") and @GET("xml") so the
>corresponding representation client receives.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2458555

