Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / agent / agent.php
diff --git a/archive/v1/agent/agent.php b/archive/v1/agent/agent.php
new file mode 100644 (file)
index 0000000..f9aa584
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+// I AM A EMENY!
+require_once("../lib/lig.php");
+
+$s = new SoapClient("http://localhost/src/eclipse-workspace/gslac/www/soap.php?wsdl");
+
+$k = $s->status();
+
+echo "l was $k\n";
+?>
\ No newline at end of file