Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Web services.

Web services: Difference between revisions

From MoodleDocs
No edit summary
Line 12: Line 12:


== Administrator ==
== Administrator ==
[[How to enable web services for ordinary users]]<br/>
* [[How to enable web services for ordinary users]]
[[How to enable web services for an external system]]<br/>
* [[How to enable web services for an external system]]
 


== Development ==
== Development ==
[[Development:Creating a web service and a web service function]]
* [[Development:Web services]]
* [[Development:External services security]]
* [[Development:External services description]]
* [[Development:Creating a web service and a web service function]]




[[Category:Web Services]]
[[Category:Web Services]]

Revision as of 03:11, 2 February 2010

Template:Moodle 2.0 Web services enable other systems to login to Moodle and perform operations.

Enabling web services

To use web services, the feature must be enabled on the site by checking the enablewebservices box in Site Administration > Advanced features.

For security reasons, web services should only be enabled if you intend to make use of it.

User Manual

How to get a security key

Administrator

Development