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

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

--

Legend:

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

    v1 v2  
    4747$client->__setSoapHeaders($header); 
    4848 
     49$prc_id = 4578; 
     50$process = array(); 
    4951 
     52try { 
     53    $process = $client->getProcess($prc_id); 
     54    var_dump($process); 
     55} catch(SoapFault $fault) {    
     56    var_dump($fault); 
     57     
     58    if ($fault->faultcode < 100) { 
     59        trigger_error("SOAP Fault: (faultcode: {$fault->faultcode}, faultstring: {$fault->faultstring})", E_USER_ERROR); 
     60    } 
     61} 
    5062 
    5163?>