]> git.mjollnir.org Git - moodle.git/commit
web service MDL-12886 Add a new REST server implemented with Zend library + AMF serve...
authorjerome <jerome>
Thu, 29 Jan 2009 08:24:40 +0000 (08:24 +0000)
committerjerome <jerome>
Thu, 29 Jan 2009 08:24:40 +0000 (08:24 +0000)
commit58e6c593f43cd29b71296062da3aaf80f798a973
treed854f5f4133b06ed58e7de51645262c006e4d99a
parent51a53f4121c637834f7f2ce3f3255d12d87a7b45
web service MDL-12886 Add a new REST server implemented with Zend library + AMF server + cleaning of wsdl generator + return exception into the REST server
66 files changed:
lib/zend/Zend/Amf/Constants.php [new file with mode: 0644]
lib/zend/Zend/Amf/Exception.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Amf0/Deserializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Amf0/Serializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Amf3/Deserializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Amf3/Serializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Deserializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/InputStream.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/OutputStream.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/Serializer.php [new file with mode: 0644]
lib/zend/Zend/Amf/Parse/TypeLoader.php [new file with mode: 0644]
lib/zend/Zend/Amf/Request.php [new file with mode: 0644]
lib/zend/Zend/Amf/Request/Http.php [new file with mode: 0644]
lib/zend/Zend/Amf/Response.php [new file with mode: 0644]
lib/zend/Zend/Amf/Response/Http.php [new file with mode: 0644]
lib/zend/Zend/Amf/Server.php [new file with mode: 0644]
lib/zend/Zend/Amf/Server/Exception.php [new file with mode: 0644]
lib/zend/Zend/Amf/Util/BinaryStream.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/ByteArray.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/MessageBody.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/MessageHeader.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/AbstractMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/AcknowledgeMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/AsyncMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/CommandMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/ErrorMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/Messaging/RemotingMessage.php [new file with mode: 0644]
lib/zend/Zend/Amf/Value/TraitsInfo.php [new file with mode: 0644]
lib/zend/Zend/Date.php [new file with mode: 0644]
lib/zend/Zend/Date/Cities.php [new file with mode: 0644]
lib/zend/Zend/Date/DateObject.php [new file with mode: 0644]
lib/zend/Zend/Date/Exception.php [new file with mode: 0644]
lib/zend/Zend/Loader.php
lib/zend/Zend/Rest/Client.php [new file with mode: 0644]
lib/zend/Zend/Rest/Client/Exception.php [new file with mode: 0644]
lib/zend/Zend/Rest/Client/Result.php [new file with mode: 0644]
lib/zend/Zend/Rest/Client/Result/Exception.php [new file with mode: 0644]
lib/zend/Zend/Rest/Exception.php [new file with mode: 0644]
lib/zend/Zend/Rest/Server.php [new file with mode: 0644]
lib/zend/Zend/Rest/Server/Exception.php [new file with mode: 0644]
lib/zend/Zend/Server/Abstract.php [new file with mode: 0644]
lib/zend/Zend/Server/Cache.php [new file with mode: 0644]
lib/zend/Zend/Server/Definition.php [new file with mode: 0644]
lib/zend/Zend/Server/Exception.php [new file with mode: 0644]
lib/zend/Zend/Server/Interface.php [new file with mode: 0644]
lib/zend/Zend/Server/Method/Callback.php [new file with mode: 0644]
lib/zend/Zend/Server/Method/Definition.php [new file with mode: 0644]
lib/zend/Zend/Server/Method/Parameter.php [new file with mode: 0644]
lib/zend/Zend/Server/Method/Prototype.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Class.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Exception.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Function.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Function/Abstract.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Method.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Node.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Parameter.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/Prototype.php [new file with mode: 0644]
lib/zend/Zend/Server/Reflection/ReturnValue.php [new file with mode: 0644]
lib/zend/Zend/Service/Abstract.php [new file with mode: 0644]
lib/zend/Zend/Version.php
user/external.php
webservice/rest/locallib.php
webservice/rest/testclient/zend_rest_client.php [new file with mode: 0644]
webservice/rest/zend_rest_server.php [new file with mode: 0644]
webservice/soap/generatewsdl.php