web services developer

web services developer

by Lluís Forns Puigmartí -
Number of replies: 1

Hi, I am writing an integration module between drupal and moodle, and I am missing some webservices.

I was trying to write a $client->local_myws_get_user_by_idname("xxxxx") because I thougth it would be as easy as take core_user_get_users_by_id() and change it a little; but I misstyped the name and now I cannot find how to "rebuild" webservices functions.

I tried emptying the cache but it doesn't work.

Average of ratings: -
In reply to Lluís Forns Puigmartí

Re: web services developer

by Lluís Forns Puigmartí -

I answer myself. In order to get database updated, I need to increase my plugin version and go to "notifications" to get de database updated.