Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Web services FAQ.

Web services FAQ: Difference between revisions

From MoodleDocs
No edit summary
Line 3: Line 3:
== What is the difference between web services and Mnet ==
== What is the difference between web services and Mnet ==


== Why is web service API so short ==
 
At the moment where I'm writing this FAQ question ()


== How to add my own web service functions easily ==
== How to add my own web service functions easily ==

Revision as of 02:31, 24 November 2010

This document lists some popular questions from the Web Services forum.

What is the difference between web services and Mnet

How to add my own web service functions easily

The easiest way and recommended way to add web service is to write a new Moodle local plugin and create the web service functions there. The Moodle administrator will just need to add the plugin in Moodle (copy the files in /local/), the web service functions will be automatically added. Please read the readme file in /local/readme.txt for more information. You can also look at the Moodle Hub server plugin as example.

How can I set up web service for my use case

  • It exists many document that have been written in the web service category.
  • In Moodle > Site administration > plugins > Web services > Overview, two use cases are described.
  • Finally you can go ask question on the Web Services forum