summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-04 23:12:18 +0000
committerDavid Troy <dave@popvox.com>2006-04-04 23:12:18 +0000
commite61f8f336a27fb32280bd9bd5efdee9d6e0d2781 (patch)
tree80180c9950b7c32c43a9548e8c6802a2396590df
parent8c5e24cab7e89f74bbc363223fe00dd45edb28e2 (diff)
downloadastmanproxy-e61f8f336a27fb32280bd9bd5efdee9d6e0d2781.tar.gz
astmanproxy-e61f8f336a27fb32280bd9bd5efdee9d6e0d2781.tar.xz
astmanproxy-e61f8f336a27fb32280bd9bd5efdee9d6e0d2781.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@87 f02b47b9-160a-0410-81a6-dc3441afb0ec
-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;