Eloy Lafuente (stronk7)
Contributor
Integrate Moodle with other systems using the XML-RPC protocol.
Using this webservice protocol plugin, other services can consume Moodle's webservices using the XML-RPC protocol.
It supports the complete web services stack of Moodle (authentication and authorisation, tokens, services and functions, restrictions...) and has access to all the functions defined there.
This plugin was part of core until Moodle 4.0, finally removed for Moodle 4.1 and transferred here to become a contrib plugin. Main reason for that was the dependency on the, also removed from PHP since version 8.0, php-xmlrpc extension.
See MDL-70889 for more information about the move.
webservice/xmlrpc directory.(add here some examples: - authentication with token, a few calls...). Ideally curl requests.
No roadmap right now.