Problem to connect with web service. My code is as follows:
$client = new \nusoap_client('clientesoap', true);
$param= array('parametro1'=> value1, 'parámetro2'=>'value2');
$result = $client->call('metodo', array('parameters' => $p...
asked by
18.05.2017 / 12:15