Ver Mensaje Individual
  #15 (permalink)  
Antiguo 05/07/2011, 09:38
mariovi40
 
Fecha de Ingreso: marzo-2008
Mensajes: 75
Antigüedad: 16 años, 1 mes
Puntos: 1
Respuesta: como binarizar un archivo en PHP

Hola pateketrueke, cuando ejecuto esto al final:

Código PHP:
Ver original
  1. print_r($aRespuesta);
  2. echo "<br>";
  3. foreach ($aRespuesta as $sLinea)
  4.     {
  5.                echo  "LINE: " .$sLinea."<br>";
  6.     }
Sale esto:
Array ( [faultcode] => soap:Client [faultstring] => Server did not recognize the value of HTTP Header SOAPAction: . [detail] => )
LINE: soap:Client
LINE: Server did not recognize the value of HTTP Header SOAPAction: .
LINE

Creen saber que esta pasando?
gracias, saludos, mariovi40