Import RPC from Framework CVS HEAD. This version will be using Horde_Xml_Element...
authorBen Klang <ben@alkaloid.net>
Mon, 6 Apr 2009 03:45:42 +0000 (23:45 -0400)
committerBen Klang <ben@alkaloid.net>
Mon, 6 Apr 2009 03:45:42 +0000 (23:45 -0400)
commit07a7c4bf4b13f99ebf5b45a0db53c4d8d16b36fd
tree2a788172c6c2295c582fa6078309519720f9d9ec
parent147e0cfaea735f4d8d1c5032d2ada301b6598c13
Import RPC from Framework CVS HEAD.  This version will be using Horde_Xml_Element merged with work from PEAR's HTTP_WebDAV_Server package to provide WebDAV services.
15 files changed:
framework/RPC/RPC.php [new file with mode: 0644]
framework/RPC/RPC/PhpSoap.php [new file with mode: 0644]
framework/RPC/RPC/jsonrpc.php [new file with mode: 0644]
framework/RPC/RPC/phpgw.php [new file with mode: 0644]
framework/RPC/RPC/soap.php [new file with mode: 0644]
framework/RPC/RPC/syncml.php [new file with mode: 0644]
framework/RPC/RPC/syncml_wbxml.php [new file with mode: 0644]
framework/RPC/RPC/webdav.php [new file with mode: 0644]
framework/RPC/RPC/xmlrpc.php [new file with mode: 0644]
framework/RPC/docs/examples/soap.php [new file with mode: 0644]
framework/RPC/docs/examples/soap.pl [new file with mode: 0644]
framework/RPC/docs/examples/xmlrpc.php [new file with mode: 0644]
framework/RPC/docs/examples/xmlrpc.pl [new file with mode: 0644]
framework/RPC/package.xml [new file with mode: 0644]
framework/RPC/tests/rpc-test.php [new file with mode: 0644]