Sha256: 5f75aa98b4f4c2edd01531752736fa9ba094e7843244693566f6f5df0728b555
Contents?: true
Size: 434 Bytes
Versions: 34
Compression:
Stored size: 434 Bytes
Contents
#!/usr/bin/env ruby $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
34 entries across 34 versions & 13 rubygems