Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/GetProceduresStages

Pokaż
Ignoruj:
Data i czas:
02/08/12 13:08:33 (12 years temu)
Autor:
TS (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/eDokumentyApi/GetProceduresStages

    v1 v2  
    4949$client->__setSoapHeaders($header); 
    5050 
     51$procid = 45; 
     52$stages = array(); 
    5153 
     54try { 
     55    $stages = $client->getProceduresStages($procid); 
     56    var_dump($stages); 
     57} catch(SoapFault $fault) { 
     58    var_dump($fault); 
     59     
     60    if ($fault->faultcode < 100) { 
     61        trigger_error("SOAP Fault: (faultcode: {$fault->faultcode}, faultstring: {$fault->faultstring})", E_USER_ERROR); 
     62    } 
     63} 
    5264 
    5365?>