summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl/soapclient.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/soapclient.pl b/perl/soapclient.pl
index 4fb4d0f..76c766c 100755
--- a/perl/soapclient.pl
+++ b/perl/soapclient.pl
@@ -1,4 +1,10 @@
#!/usr/bin/perl -w
+#
+# This is for testing only; the thought is to add content handlers
+# to http.c to deal with 1) REST (default), 2) XML/XMLRPC,
+# 3) SOAP http data input
+#
+# Do not expect this to do anything right now
use SOAP::Lite;