Sha256: 486a237ee2c53858f4d150299986ec8d435c0499f1fccf209ddfea17516d7c8b

Contents?: true

Size: 448 Bytes

Versions: 15

Compression:

Stored size: 448 Bytes

Contents

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

$serverName = 'gSOAP'

$serverBase = 'http://websrv.cs.fsu.edu/~engelen/interop2.cgi'
$serverGroupB = 'http://websrv.cs.fsu.edu/~engelen/interop2B.cgi'

require 'clientBase'

drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS)
methodDef(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

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