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

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

Revision 1592, 223 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 = '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.