Sha256: bdef09c661973b858e4795e9e65567e8a201eb37631a3231f1e09b5e0f588c28
Contents?: true
Size: 559 Bytes
Versions: 34
Compression:
Stored size: 559 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'Delphi' $serverBase = 'http://soap-server.borland.com/WebServices/Interop/cgi-bin/InteropService.exe/soap/InteropTestPortType' $serverGroupB = 'http://soap-server.borland.com/WebServices/Interop/cgi-bin/InteropGroupB.exe/soap/InteropTestPortTypeB' $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