2 require_once("../lib/lib.php");
4 ini_set("soap.wsdl_cache_enabled", "0");
6 $client = new SoapClient("https://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1));
8 print_r($client->__getFunctions());
10 $mk = new dataContainer();
11 $mk->stringpass[0] = "mix";
12 $mk->stringpass[1] = "me";
14 $lk = $client->status($mk);