Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / agent / agent.php
1 <?php
2
3 // I AM A EMENY!
4 require_once("../lib/lig.php");
5
6 $s = new SoapClient("http://localhost/src/eclipse-workspace/gslac/www/soap.php?wsdl");
7
8 $k = $s->status();
9
10 echo "l was $k\n";
11 ?>