by Duncan Cole.
Hi, I've been trying to add some more external functions and make them accesible via a web service but have hit an issue. I've based it off the webservice plugin template and when I copy the plugin to the local directory moodle detects it as normal and "installs" it. The quotes are there because it doesn't appear to have worked completely. There is an entry for my plugin in the Admin->Plugins->Local but I cannot add any of the functions to my web service as they are not present in the dropdown. (I assumed that's what services.php was for?)
I feel I'm missing a step here.