mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-53962 webservices: Make XML-RPC backwards compatible
This commit is contained in:
parent
65cbefc403
commit
ad1bfe6a9c
3 changed files with 10 additions and 7 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue