client_driver_examples.php
: php demo
code showcasing usage of this package to connect to remote
databases via the xmlrpc ADODB driver
client_examples.php
: php demo code
showcasing usage of this package to connect to remote databases
via xmlrpc
readme.txt
: a short description of the
purpose of this package
schema.svg
: a graphical representation
of the typical deployment scenario
drivers/adodb-soap.inc
,
drivers/adodb-xmlrpc.inc
: adodb database
driver files, to be used together with the server components for
transparent db access
lib/tosoap.inc
,
lib/toxmlrpc.inc
: the files containing the
core conversion routines
server/server.php
,
server/server_config.inc
,
server/server_functions.inc
: the server
component: it receives incoming xmlrpc calls and maps them to
database operations. Server.php is the webservice endpoint, while
server_config.inc is the con figuration file that has to be
tailored for every installation