Sha256: b8ea6995c009166bb44cc91d0476ced327dd8d670011a7f7ed959f989550ffd3
Contents?: true
Size: 434 Bytes
Versions: 34
Compression:
Stored size: 434 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'Phalanx' $serverBase = 'http://www.phalanxsys.com/ilabA/typed/target.asp' $serverGroupB = 'http://www.phalanxsys.com/ilabB/typed/target.asp' require 'clientBase' drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS) methodDefBase(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