hola tengo un problema tratado de llamar a un webservice pero me retorna un false
Código PHP:
Ver originalpublic function getInformePermanencia(){
$wsdl="http://10.11.65.32:5050/wsconsultaati/consultapromoati.asmx?WSDL";
$rem = new nusoap_client($wsdl,'wsdl'); // si no le paso el 'wsdl'
$arr = array("pTelefono"=>"955945457"); $l_stResult = $rem->call('ObtenerPromociones',$arr);
return $l_stResult;
}
la funcion me trae " false"
pero si no le paso al constructor nusoap_client el parametro 'wsdl'
me trae
Código PHP:
Ver original 'faultcode' => 'soap:Client',
'faultstring' => 'Server did not recognize the value of HTTP Header SOAPAction: .',
'detail' => '',
)