Calling Moodle Web Service

Calling Moodle Web Service

by Selma GÜZEL -
Number of replies: 0

Hello,

I can call a moodle function using URL given on web service test client page under development under site administrator.

As below:

string createRequest = string.Format("http://xxx.aa.edu.tr/webservice/rest/server.php?wstoken={0}&wsfunction={1}&moodlewsrestformat=json", token, "core_user_create_users");

However, I created a web service and want to call its method. In this situation, what should  this URL be?

For example for ws1, what must I write and where can I find this?

Thanks.

Average of ratings: -