]> git.mjollnir.org Git - moodle.git/commit
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc...
authorjerome <jerome>
Wed, 11 Feb 2009 06:57:30 +0000 (06:57 +0000)
committerjerome <jerome>
Wed, 11 Feb 2009 06:57:30 +0000 (06:57 +0000)
commit06e7fadc4307c5ec76fcc98e7c3cbf714ea359e8
tree6d08c2c1251ad06f34632619510ddd669c03cdcf
parent625b51d4e087073741962c8488f7f0c3f55f811f
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server
79 files changed:
lib/moodleexternal.php
lib/zend/Zend/Http/Client.php
lib/zend/Zend/Http/Client/Adapter/Exception.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Proxy.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Test.php [new file with mode: 0644]
lib/zend/Zend/Http/Cookie.php [new file with mode: 0644]
lib/zend/Zend/Http/CookieJar.php [new file with mode: 0644]
lib/zend/Zend/Http/Response.php
lib/zend/Zend/Soap/AutoDiscover.php [new file with mode: 0644]
lib/zend/Zend/Soap/AutoDiscover/Exception.php [new file with mode: 0644]
lib/zend/Zend/Soap/Client.php [new file with mode: 0644]
lib/zend/Zend/Soap/Client/Common.php [new file with mode: 0644]
lib/zend/Zend/Soap/Client/DotNet.php [new file with mode: 0644]
lib/zend/Zend/Soap/Client/Exception.php [new file with mode: 0644]
lib/zend/Zend/Soap/Client/Local.php [new file with mode: 0644]
lib/zend/Zend/Soap/Server.php [new file with mode: 0644]
lib/zend/Zend/Soap/Server/Exception.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/CodeGenerator.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Exception.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Parser.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Parser/Result.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/Abstract.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/AnyType.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php [new file with mode: 0644]
lib/zend/Zend/Soap/Wsdl/Strategy/Interface.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/Exception.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/FaultException.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/HttpException.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/IntrospectException.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/ServerIntrospection.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Client/ServerProxy.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Exception.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Fault.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Request.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Request/Http.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Request/Stdin.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Response.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Response/Http.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Server.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Server/Cache.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Server/Exception.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Server/Fault.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Server/System.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Array.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Base64.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Boolean.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Collection.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/DateTime.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Double.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Exception.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Integer.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Nil.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Scalar.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/String.php [new file with mode: 0644]
lib/zend/Zend/XmlRpc/Value/Struct.php [new file with mode: 0644]
user/external.php
webservice/amf/lib.php [new file with mode: 0644]
webservice/amf/server.php
webservice/lib.php [new file with mode: 0644]
webservice/rest/lib.php [new file with mode: 0644]
webservice/rest/locallib.php
webservice/rest/server.php
webservice/rest/testclient/getusers.php
webservice/rest/testclient/zend_rest_client.php
webservice/rest/zend_rest_server.php
webservice/soap/generatewsdl.php
webservice/soap/lib.php [new file with mode: 0644]
webservice/soap/server.php
webservice/soap/testclient/php_soap_client.php
webservice/soap/testclient/zend_soap_client.php [new file with mode: 0644]
webservice/soap/zend_soap_server.php [new file with mode: 0644]
webservice/xmlrpc/lib.php [new file with mode: 0644]
webservice/xmlrpc/testclient/zend_xmlrpc_client.php [new file with mode: 0644]
webservice/xmlrpc/zend_xmlrpc_server.php [new file with mode: 0644]