Help for this page

Select Code to Download


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