Help for this page

Select Code to Download


  1. or download this
    $ cat ./wsdl.pl
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w 
    use lib qw(/var/www/html/);
    ...
    my $result = $wsdl->hi(); 
    print $result;
    print "\n";
    
  3. or download this
    use lib qw(/var/www/html/test/);
    use lib qw(/var/www/html/test/soap/);