Example #1
0
 public static function printEticket($rwaitlog)
 {
     $conf = new conf();
     $cl = new SoapClient($conf->moghim_wsdl);
     $param = array('rwaitlog' => $rwaitlog, 'cust' => $conf->moghim_cust, 'pass' => $conf->moghim_pass);
     return $cl->printEticket($param);
 }