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