From: paulr Date: Mon, 28 Mar 2011 05:10:14 +0000 (+1100) Subject: implementing soap.. soap soap soap X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=9ce9b80f33afddf2a4d3172e877d38489f8f55bb implementing soap.. soap soap soap --- diff --git a/.project b/.project index 5975073..4e74449 100644 --- a/.project +++ b/.project @@ -5,7 +5,29 @@ + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.dltk.core.scriptbuilder + + + + org.eclipse.php.core.PHPNature + + + 1301266264267 + + 5 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-.htaccess + + + diff --git a/agent/agent.php b/agent/agent.php new file mode 100644 index 0000000..f9aa584 --- /dev/null +++ b/agent/agent.php @@ -0,0 +1,11 @@ +status(); + +echo "l was $k\n"; +?> \ No newline at end of file diff --git a/lib/config.php b/lib/config.php new file mode 100644 index 0000000..15c5adc --- /dev/null +++ b/lib/config.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/lib/lib.php b/lib/lib.php index 5e7cf40..1a85a5e 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -1,5 +1,7 @@ +
+
+
+ \ No newline at end of file diff --git a/www/soap.php b/www/soap.php new file mode 100644 index 0000000..454c201 --- /dev/null +++ b/www/soap.php @@ -0,0 +1,36 @@ + "http://pjr.cc/glcas")); + +foreach($soapFunctions as $function) { + $s->addFunction($function); +} + +print_r($s->getFunctions()); + + +?> \ No newline at end of file