Sha256: 0e28a451fa3d8231089ca060858b84f9a45bcd3a02d7866187aa0f39af91a19e
Contents?: true
Size: 480 Bytes
Versions: 15
Compression:
Stored size: 480 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $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
15 entries across 15 versions & 9 rubygems