5 * PHP page for handling incoming XML-RPC requests from clients.
9 * Root directory of Drupal installation.
11 define('DRUPAL_ROOT', getcwd());
13 include_once DRUPAL_ROOT .
'/includes/bootstrap.inc';
14 drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL
);
15 include_once DRUPAL_ROOT .
'/includes/xmlrpc.inc';
16 include_once DRUPAL_ROOT .
'/includes/xmlrpcs.inc';
18 xmlrpc_server(module_invoke_all('xmlrpc'));