Sometimes a REST service could be define like this: http://host/name/edit/ some_idor http://host/name/ some_id/editwhere the some_id would be set when the service is invoked. This can be easily done win Tiggzi builder. Simple set the URL like this: http://host/name/{id}/edit and then define id a request parameter. |