- or download this
use lib qw(/perl/site/lib);
use Demo;
- or download this
use strict;
use SOAP::Transport::HTTP;
...
print "Contact to SOAP server at ", $daemon->url, "\n";
$daemon->handle;
- or download this
use SOAP::Lite;
my $soap = SOAP::Lite
->uri('http://neo.acymtech.com/Demo')
->proxy('http://neo.acymtech.com:8080');