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

Version Path
mumboe-soap4r-1.6.0.pre.beta test/interopR2/client.NetRemoting.rb
DefV-soap4r-1.5.8.2 test/interopR2/client.NetRemoting.rb
mumboe-soap4r-1.5.8.7 test/interopR2/client.NetRemoting.rb
teo-soap4r-1.5.9b test/interopR2/client.NetRemoting.rb
mumboe-soap4r-1.5.8.6 test/interopR2/client.NetRemoting.rb
soap4r-spox-1.6.0 test/interopR2/client.NetRemoting.rb
soap4r-r19-1.5.9 test/interopR2/client.NetRemoting.rb
mumboe-soap4r-1.5.8.5 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-2.0.5 test/interopR2/client.NetRemoting.rb
soap4r-sgonyea-1.6.0 test/interopR2/client.NetRemoting.rb
soap4r-straightjacket-1.5.9 test/interopR2/client.NetRemoting.rb
soap4r-straightjacket-1.5.8 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-2.0.3 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-2.0.2 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-2.0.1 test/interopR2/client.NetRemoting.rb
mumboe-soap4r-1.5.8.4 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-2.0.0 test/interopR2/client.NetRemoting.rb
hands-soap4r-1.5.8.4 test/interopR2/client.NetRemoting.rb
soap4r-ruby1.9-1.0.0 test/interopR2/client.NetRemoting.rb
snaury-soap4r-1.5.8.1 test/interopR2/client.NetRemoting.rb