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

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

Revision 1592, 355 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 = 'ApacheAxis'
4 $server = 'http://nagoya.apache.org:5049/axis/services/echo'
5
6 require 'clientBase'
7
8 drvBase = SOAP::RPC::Driver.new($server, InterfaceNS)
9 methodDefBase(drvBase)
10
11 drvGroupB = SOAP::RPC::Driver.new($server, InterfaceNS)
12 methodDefGroupB(drvGroupB)
13
14 doTestBase(drvBase)
15 doTestGroupB(drvGroupB)
16 submitTestResult
Note: See TracBrowser for help on using the browser.