Ahora mi duda es en el gateway.php que se se tiene que crear en el servidoren la raiz de remoting
<?php
include("./app/Gateway.php");
$gateway = new Gateway();
$gateway->setBaseClassPath(realpath("./services"). "/");
&gateway->service();
?>
<?php
include("http://www.mundogrimorio.es/remoting/app/Gateway.php");
$gateway = new Gateway("http://www.mundogrimorio.es/remoting/gateway.php");
$gateway->setBaseClassPath(realpath("http://www.mundogrimorio.es/remoting/services") ."/");
$gateway->service("http://www.mundogrimorio.es/remoting/services");
?>
Tal como pongo el codigo, me da errores y no la opcion de descarga cuando lo pruebas.
Esta bien el codigo? o hay algo que haga mal?
Un saludo y gracias de antemano
