Sha256: ba3f2ddd51d9d4501fe52b4371ab13d70ebff38753a4f0338540772d80b9a0ec
Contents?: true
Size: 457 Bytes
Versions: 34
Compression:
Stored size: 457 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'SQLDataSOAPServer' $serverBase = 'http://soapclient.com/interop/sqldatainterop.wsdl' $serverGroupB = 'http://soapclient.com/interop/InteropB.wsdl' $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