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