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