Sha256: e087d6e01945a0d04a6fd2c68935435bfd02e2cd35400044d5b6de51f5e88a7e

Contents?: true

Size: 891 Bytes

Versions: 15

Compression:

Stored size: 891 Bytes

Contents

#!/usr/bin/env ruby
# encoding: ASCII-8BIT

$serverName = 'GLUE'

$serverBase = 'http://www.themindelectric.net:8005/glue/round2'
$serverGroupB = 'http://www.themindelectric.net:8005/glue/round2B'

$wsdlBase = 'http://www.themindelectric.net:8005/glue/round2.wsdl'
$wsdlGroupB = 'http://www.themindelectric.net:8005/glue/round2B.wsdl'

$noEchoMap = true

require 'clientBase'

=begin
drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS)
methodDefBase(drvBase)

drvGroupB = SOAP::RPC::Driver.new($serverGroupB, InterfaceNS)
methodDefGroupB(drvGroupB)
=end

require 'soap/wsdlDriver'
drvBase = SOAP::WSDLDriverFactory.new($wsdlBase).create_rpc_driver
drvBase.endpoint_url = $serverBase
drvBase.wiredump_dev = STDOUT
drvGroupB = SOAP::WSDLDriverFactory.new($wsdlGroupB).create_rpc_driver
drvGroupB.endpoint_url = $serverGroupB

doTestBase(drvBase)
doTestGroupB(drvGroupB)
submitTestResult

Version data entries

15 entries across 15 versions & 9 rubygems

Version Path
malagant-soap4r-1.5.8.20141127181857 test/interopR2/clientGLUE.rb
rtiss_soap4r-1.6.1 test/interopR2/clientGLUE.rb
rtiss_soap4r-1.6.0 test/interopR2/clientGLUE.rb
eSpace_soap4r-1.5.8 test/interopR2/clientGLUE.rb
soap4r-ruby19-1.5.9 test/interopR2/clientGLUE.rb
tomdz-soap4r-1.5.8.20120202093209 test/interopR2/clientGLUE.rb
soap5r-2.0.3 test/interopR2/clientGLUE.rb
soap5r-2.0.2 test/interopR2/clientGLUE.rb
soap5r-2.0.1 test/interopR2/clientGLUE.rb
soap5r-2.0.0 test/interopR2/clientGLUE.rb
soap5r-2.0.0.20120130130121 test/interopR2/clientGLUE.rb
soap4r-sgonyea-1.5.9 test/interopR2/clientGLUE.rb
sunteya-soap4r-1.5.8.0 test/interopR2/clientGLUE.rb
tomdz-soap4r-1.5.8.20111103171510 test/interopR2/clientGLUE.rb
rubyjedi-soap4r-1.5.8.20100619003610 test/interopR2/clientGLUE.rb