Código PHP:
Ver original
public 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' $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
array ( 'faultcode' => 'soap:Client', 'faultstring' => 'Server did not recognize the value of HTTP Header SOAPAction: .', 'detail' => '', )