Passing Additional Information

After the REST services application name, you can add an ampersand character (&) followed by additional information that could be used in the processing of the REST service request, as follows.

POST http://localhost/jade/jadehttp.dll/customer?RestApp&additional_information

To process the additional information, you must reimplement the processRequest method in your JadeRestService subclass; otherwise the additional information is ignored.