From e61f8f336a27fb32280bd9bd5efdee9d6e0d2781 Mon Sep 17 00:00:00 2001 From: David Troy Date: Tue, 4 Apr 2006 23:12:18 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@87 f02b47b9-160a-0410-81a6-dc3441afb0ec --- perl/soapclient.pl | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- cgit