MDL-20808 Fixes for amf web services and test client - a web service browser.
commitc77e75a3cdeb282710790e6ea40d7fe7f3253537
authorJamie Pratt <me@jamiep.org>
Thu, 11 Feb 2010 03:39:02 +0000 (11 03:39 +0000)
committerJamie Pratt <me@jamiep.org>
Thu, 11 Feb 2010 03:39:02 +0000 (11 03:39 +0000)
tree5c1e5480c43ec4eda5e12597e705e5c360b66527
parent47e9d91b1f44719a7628f7fb216966119690d640
MDL-20808 Fixes for amf web services and test client - a web service browser.

Fixed the bugs that Jerome mentions in the comments for this issue :

* No exception thrown when there is no return value now.
* No exception thrown when there are extra keys in the return value that are not in the description. Now the extra keys are ignored and not returned which is what the other web services do.
* Improved information about exceptions in the test client.
webservice/amf/locallib.php
webservice/amf/testclient/AMFTester.mxml
webservice/amf/testclient/AMFTester.swf
webservice/lib.php