Sha256: 01c75205020e3069c5f8659495adb3c17f501debbcbdf02ff98a2d8acab4f6bf
Contents?: true
Size: 464 Bytes
Versions: 34
Compression:
Stored size: 464 Bytes
Contents
#!/usr/bin/env ruby $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
34 entries across 34 versions & 13 rubygems