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

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

--

Legend:

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

    v1 v2  
    5151$client->__setSoapHeaders($header); 
    5252 
     53$procid = 45; 
     54$ptstid = 6; 
     55$out = NULL; 
    5356 
     57try { 
     58    $out = $client->completeStage($procid, $ptstid); 
     59    var_dump($out); 
     60} catch(SoapFault $fault) { 
     61    var_dump($fault); 
     62     
     63    if ($fault->faultcode < 100) { 
     64        trigger_error("SOAP Fault: (faultcode: {$fault->faultcode}, faultstring: {$fault->faultstring})", E_USER_ERROR); 
     65    } 
     66} 
    5467 
    5568?>