Hi guys,
I've implemented web service in my local plugin, and it seems to be available from the Moodle:


However, when I try to access from Moodle mobile 2 using the following code:
var data = {
courseid : courseId
},
presets = {};
$mmSite.read('local_morph_is_morph_activated', data, presets);
I get an error message indicating that it's not available:
05/08/2015, 15:17:24 $mmSite: WS function 'local_morph_is_morph_activated' is not available, even in compatibility mode
Is there anything else that I might missed to check about this service?
Thanks,
Zoran