Web services: Difference between revisions
From MoodleDocs
m (→Development) |
|||
Line 23: | Line 23: | ||
== Others implementations == | == Others implementations == | ||
* [[OK Tech Web | * [[OK Tech Web Services]] | ||
[[Category:Web Services]] | [[Category:Web Services]] | ||
[[eu:Web-zerbitzuak]] | [[eu:Web-zerbitzuak]] |
Revision as of 10:05, 27 November 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
Administrator
Development
- Development:Web services
- Development:External services security
- Development:External services description
- Development:Creating a web service and a web service function
- Development:Creating a web service client