summaryrefslogtreecommitdiffstats
path: root/perl/soapclient.pl
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-04 23:01:38 +0000
committerDavid Troy <dave@popvox.com>2006-04-04 23:01:38 +0000
commit8c5e24cab7e89f74bbc363223fe00dd45edb28e2 (patch)
tree603cc498ad7a59338e200a453328987e452cdc38 /perl/soapclient.pl
parent8c46813c678ff0ca734e7b2866623a61109f26aa (diff)
downloadastmanproxy-8c5e24cab7e89f74bbc363223fe00dd45edb28e2.tar.gz
astmanproxy-8c5e24cab7e89f74bbc363223fe00dd45edb28e2.tar.xz
astmanproxy-8c5e24cab7e89f74bbc363223fe00dd45edb28e2.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@86 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'perl/soapclient.pl')
-rwxr-xr-xperl/soapclient.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/soapclient.pl b/perl/soapclient.pl
index 2ab9c2f..4fb4d0f 100755
--- a/perl/soapclient.pl
+++ b/perl/soapclient.pl
@@ -3,9 +3,9 @@
use SOAP::Lite;
print SOAP::Lite
- -> uri('http://www.soaplite.com/Demo')
- -> proxy('http://services.soaplite.com/hibye.cgi')
- -> hi()
+ -> uri('http://localhost:1234/astmanproxy')
+ -> proxy('http://localhost:1234/')
+ -> astman('Action: Ping')
-> result . "\n";
exit(0);