Product Information > JADE Error Messages and System Messages > 11100 through 11199 - Jade REST Service Errors > 11102 - Requested Rest Service method does not exist

11102   Requested Rest Service method does not exist

Cause

This error occurs if the method to be called by the REST service does not exist in the JadeRestService subclass used by the application.

Action

Add the method or fix the calling client logic.