Sha256: ff1c314343753a34fa826274cf47e6acc72d3a279db147effc5649c760634d36
Contents?: true
Size: 480 Bytes
Versions: 15
Compression:
Stored size: 480 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $serverName = 'dotNetRemotingWebServices' $serverBase = 'http://www.mssoapinterop.org/remoting/ServiceA.soap' $serverGroupB = 'http://www.mssoapinterop.org/remoting/ServiceB.soap' 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