Help for this page

Select Code to Download


  1. or download this
    #!/exlibris/metalib/m4_b/product/bin/perl
    use SOAP::Lite;
    ...
        my $result = $soap_response->result;
        print "$result\n";
    }
    
  2. or download this
    #!/exlibris/metalib/m4_b/product/bin/perl
    use SOAP::WSDL;
    ...
        my $result = $soap_response->result;
        print "the result is: $result\n";
    }
    
  3. or download this
    Service description 'http://www.soaplite.com/Demo' can't be loaded: 40
    +4 Not Found