Sha256: 970d751d2a0d175b95aea011998c67fe9a128081de025bf18cffd27af25ed5ba
Contents?: true
Size: 487 Bytes
Versions: 15
Compression:
Stored size: 487 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $serverName = 'BEAWebLogic8.1' $serverBase = 'http://webservice.bea.com:7001/base/SoapInteropBaseService' $serverGroupB = 'http://webservice.bea.com:7001/groupb/SoapInteropGroupBService' 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