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

root/trunk/test/interopR2/clientJAX-RPC.rb

Revision 1520, 454 bytes (checked in by nahi, 4 years ago)

removed svn:executable

  • 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 = 'JAX-RPC'
4
5 $serverBase = 'http://soapinterop.java.sun.com:80/round2/base'
6 $serverGroupB = 'http://soapinterop.java.sun.com:80/round2/groupb'
7 $noEchoMap = true
8
9 require 'clientBase'
10
11 drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS)
12 methodDef( drvBase )
13
14 drvGroupB = SOAP::RPC::Driver.new($serverGroupB, InterfaceNS)
15 methodDefGroupB( drvGroupB )
16
17 doTestBase( drvBase )
18 doTestGroupB( drvGroupB )
19 submitTestResult
Note: See TracBrowser for help on using the browser.