Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/branches/1_5/test/interopR2/clientSpray2001.rb

Revision 1592, 434 bytes (checked in by nahi, 3 years ago)

updated

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 #!/usr/bin/env ruby
2
3 $serverName = 'Spray2001'
4 $serverBase = 'http://www.dolphinharbor.org/services/interop2001'
5 $serverGroupB = 'http://www.dolphinharbor.org/services/interopB2001'
6
7 require 'clientBase'
8
9 drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS)
10 methodDef(drvBase)
11
12 drvGroupB = SOAP::RPC::Driver.new($serverGroupB, InterfaceNS)
13 methodDefGroupB(drvGroupB)
14
15 doTestBase(drvBase)
16 doTestGroupB(drvGroupB)
17 submitTestResult
Note: See TracBrowser for help on using the browser.