Web services: Difference between revisions
From MoodleDocs
Abel Camacho (talk | contribs) No edit summary |
m (→Development) |
||
Line 22: | Line 22: | ||
* [[Development:Creating a web service client]] | * [[Development:Creating a web service client]] | ||
== Others implementations == | |||
* [[OK Tech Web Service]] | |||
[[Category:Web Services]] | [[Category:Web Services]] | ||
[[eu:Web-zerbitzuak]] | [[eu:Web-zerbitzuak]] |
Revision as of 10:04, 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