Beispiel #1
0
 /**
  * Obtiene todas funciones disponibles en el servicio web
  */
 function getFunctions()
 {
     $arrayFunctions = $this->proxySoap->__getFunctions();
     for ($i = 0; $i < 64; $i++) {
         print $arrayFunctions[$i];
         echo '<br>';
     }
 }