Sha256: ca7be56accca4e06ee6c61448fafbf6b292256ce59519155187d8c694c88ea1f

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

#!/usr/bin/env ruby
# encoding: ASCII-8BIT

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

5 entries across 5 versions & 1 rubygems

Version Path
soap5r-2.0.3 sample/basic/whois.rb
soap5r-2.0.2 sample/basic/whois.rb
soap5r-2.0.1 sample/basic/whois.rb
soap5r-2.0.0 sample/basic/whois.rb
soap5r-2.0.0.20120130130121 sample/basic/whois.rb