MDL-53962 webservices: Make XML-RPC backwards compatible

This commit is contained in:
Cameron Ball 2016-05-17 00:39:05 +08:00
parent 65cbefc403
commit ad1bfe6a9c
3 changed files with 10 additions and 7 deletions

View file

@ -17,6 +17,8 @@ This information is intended for authors of webservices, not people writing webs
on the string returned by the getMessage() method of the thrown exception.
* With Zend_SOAP dropped, moodle_zend_soap_server is now also deprecated.
* As mentioned in the 2.9 notes, deprecated web service functions have now been removed.
* Since our new XML-RPC server implementation does not support introspection, it is critical that all clients send
parameters in the correct order.
=== 3.0 ===