Moodle's Web Service

Moodle's Web Service

by robin leveque -
Number of replies: 2

Hello,

I have created a php script to enrol automatically students in moodle’s courses (2.2. version).

Actually the script interacts with an external web service connected to a database for retrieve student’s information.

After I have retrieve the information of the external web service, I would like to send it to moodle and finish the enrolment.

I want to use moodle’s web service, but I don’t understand how it works.

Could you help me?

Another solution?

Thank you

Average of ratings: -
In reply to robin leveque

Re: Moodle's Web Service

by Fábio Souto -

Hello Robin,

 

Take a look around the Webservices forum (http://moodle.org/mod/forum/view.php?id=6971), dedicated to those kind of questions.

You can find examples and further documentation at http://docs.moodle.org/22/en/Web_Services and here http://docs.moodle.org/22/en/Web_services_FAQ

 

Cheers

Fábio