root/trunk/test/interopR2/client4S4C.rb
| Revision 1520, 248 bytes (checked in by nahi, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env ruby |
| 2 | |
| 3 | $serverName = '4S4C' |
| 4 | $server = 'http://soap.4s4c.com/ilab/soap.asp' |
| 5 | $noEchoMap = true |
| 6 | |
| 7 | require 'clientBase' |
| 8 | |
| 9 | drv = SOAP::RPC::Driver.new($server, InterfaceNS) |
| 10 | |
| 11 | methodDef(drv) |
| 12 | |
| 13 | doTestBase(drv) |
| 14 | doTestGroupB(drv) |
| 15 | submitTestResult |
Note: See TracBrowser for help on using the browser.