From 9ce9b80f33afddf2a4d3172e877d38489f8f55bb Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 28 Mar 2011 16:10:14 +1100 Subject: [PATCH] implementing soap.. soap soap soap --- .project | 22 ++++++++++++++++++++++ agent/agent.php | 11 +++++++++++ lib/config.php | 3 +++ lib/lib.php | 2 ++ www/.htaccess | 8 ++++++++ www/index.php | 9 +++++++++ www/soap.php | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 91 insertions(+), 0 deletions(-) create mode 100644 agent/agent.php create mode 100644 lib/config.php create mode 100644 www/soap.php 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 -- 1.7.0.4