Sha256: 8c979c16ae35d8601d1bf34381df6a5667a152bb472ad0b48ee94976e81f4a06

Contents?: true

Size: 397 Bytes

Versions: 15

Compression:

Stored size: 397 Bytes

Contents

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

$serverName = 'SOAP4R'

$server = 'http://dev.ctor.org/soapsrv'
#$server = 'http://rrr.jin.gr.jp/soapsrv'
#$server = 'http://dev.ctor.org/soapsrv'
#$server = 'http://localhost:10080'
#require 'xsd/datatypes1999'

require 'clientBase'

drv = SOAP::RPC::Driver.new($server, InterfaceNS)
methodDef(drv)

doTestBase(drv)
doTestGroupB(drv)
#submitTestResult

Version data entries

15 entries across 15 versions & 9 rubygems

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