Sha256: 9251310cd7501485eebaec7f0c6969e3e56ecd429eadf93c741a85748819ed0b
Contents?: true
Size: 458 Bytes
Versions: 34
Compression:
Stored size: 458 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'SunMicrosystems' $serverBase = 'http://soapinterop.java.sun.com:80/round2/base' $serverGroupB = 'http://soapinterop.java.sun.com:80/round2/groupb' $noEchoMap = true 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