root/trunk/test/interopR2/clientHP.rb
| Revision 1592, 223 bytes (checked in by nahi, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env ruby |
| 2 | |
| 3 | $serverName = 'HPSOAP' |
| 4 | $server = 'http://soap.bluestone.com/hpws/soap/EchoService' |
| 5 | |
| 6 | require 'clientBase' |
| 7 | |
| 8 | drv = SOAP::RPC::Driver.new($server, InterfaceNS) |
| 9 | |
| 10 | methodDef(drv) |
| 11 | |
| 12 | doTest(drv) |
| 13 | submitTestResult |
Note: See TracBrowser for help on using the browser.