summaryrefslogtreecommitdiffstats
path: root/perl/soapclient.pl
diff options
context:
space:
mode:
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);