Sha256: 0eb35621f9ac7c0cccdc9af94b03da336017d049e6846368a54cd5203388bc00
Contents?: true
Size: 457 Bytes
Versions: 15
Compression:
Stored size: 457 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $serverName = 'Spray2001' $serverBase = 'http://www.dolphinharbor.org/services/interop2001' $serverGroupB = 'http://www.dolphinharbor.org/services/interopB2001' require 'clientBase' drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS) methodDef(drvBase) drvGroupB = SOAP::RPC::Driver.new($serverGroupB, InterfaceNS) methodDefGroupB(drvGroupB) doTestBase(drvBase) doTestGroupB(drvGroupB) submitTestResult
Version data entries
15 entries across 15 versions & 9 rubygems