Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2011, 07:31
Avatar de Nano_
Nano_
 
Fecha de Ingreso: febrero-2006
Ubicación: Bogotá, Colombia
Mensajes: 1.866
Antigüedad: 18 años, 2 meses
Puntos: 96
Respuesta: Web services con NUSOAP

Saludos!!

Cuando realizas el debug que error te indica?

Código PHP:
Ver original
  1. $SWCWS = $client->call('metodo',$params);
  2.  
  3. if ($client->fault) {
  4.     echo '<h2>Fault</h2><pre>';
  5.     print_r($SWCWS);
  6.     echo '</pre>';
  7. } else {
  8.     // Check for errors
  9.     $err = $client->getError();
  10.     if ($err) {
  11.         // Display the error
  12.         echo '<h2>Error</h2><pre>' . $err . '</pre>';
  13.     } else {
  14.         // Display the result
  15.         echo '<h2>Result</h2><pre>';
  16.         print_r($SWCWS);
  17.         echo '</pre>';
  18.     }
  19. }
__________________
:.:Nano.:: @nano_hard - Retornando al foro