Sha256: ca9ae61e26e56cbe3e2fd2f6ab782fe6f7c2751047af0e14410a5636f53261ed
Contents?: true
Size: 373 Bytes
Versions: 7
Compression:
Stored size: 373 Bytes
Contents
#!/usr/bin/env ruby key = ARGV.shift require 'soap/rpc/driver' server = 'http://www.SoapClient.com/xml/SQLDataSoap.WSDL' interface = 'http://www.SoapClient.com/xml/SQLDataSoap.xsd' whois = SOAP::RPC::Driver.new(server, interface) whois.wiredump_dev = STDERR whois.add_method('ProcessSRL', 'SRLFile', 'RequestName', 'key') p whois.ProcessSRL('WHOIS.SRI', 'whois', key)
Version data entries
7 entries across 7 versions & 2 rubygems