Exemple #1
0
<?php

/**
 * XML-RPC server
 */
include "globals.php";
include "core/xmlrpc/app/Gateway.php";
$gateway = new Gateway();
$gateway->setBaseClassPath($servicesPath);
$gateway->service();
Exemple #2
0
 public function handle()
 {
     $this->gateway->service();
 }