<div dir="ltr">Please find the result (
    [code] => ACCESS_DENIED
    [message] => Permission to perform the operation is denied for name
)<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>Christophe Humbert<br><i></i><br><br></div></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 29, 2016 at 9:29 AM, Estefan Civera <span dir="ltr"><<a href="mailto:estefan.civera@gmail.com" target="_blank">estefan.civera@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">please give us the result of this code<br>
$url = '<a href="http://lxxxxxx" rel="noreferrer" target="_blank">http://lxxxxxx</a>';<br>
$usr = 'admin';<br>
$ack = 'xxxxx';<br>
<br>
    //error_reporting(E_ALL);<br>
   //ini_set("display_errors", 1);<br>
<br>
    include_once('vtwsclib/Vtiger/WSClient.php');<br>
<br>
    $client = new Vtiger_WSClient($url);<br>
<br>
    $login = $client->doLogin($usr, $ack);<br>
    $wasError= $client->lastError();<br>
        if($wasError) {<br>
        echo $wasError['code'] . ':' . $wasError['message'];<br>
}<br>
<br>
<br>
<br>
    $recordInfo = $client->doDescribe('AlgResults');<br>
    if($recordInfo) {<br>
            echo "<pre>doDescribe";<br>
            print_r($recordInfo);<br>
            echo "</pre>";<br>
    }<br>
    else<br>
        print_r($client->lasterror());<br>
<span class=""><br>
<br>
<br>
-----<br>
Ing. Estefan Civera<br>
Vtiger developer and consultant<br>
<a href="http://www.estefancivera.net" rel="noreferrer" target="_blank">http://www.estefancivera.net</a><br>
Italy<br>
--<br>
</span>View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Lead-Status-by-Web-services-tp18716p18719.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Lead-Status-by-Web-services-tp18716p18719.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br></div></div>