Ejemplo n.º 1
0
<?php

/**
 * XML-RPC server
 */
include "globals.php";
include "core/xmlrpc/app/Gateway.php";
$gateway = new Gateway();
$gateway->setBaseClassPath($servicesPath);
$gateway->service();
Ejemplo n.º 2
0
Archivo: AMF.php Proyecto: how/openpasl
 public function handle()
 {
     $this->gateway->service();
 }