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

root/trunk/test/interopR2/clientDelphi.rb

Revision 1520, 0.5 kB (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 = 'Delphi'
4
5 $serverBase = 'http://soap-server.borland.com/WebServices/Interop/cgi-bin/InteropService.exe/soap/InteropTestPortType'
6 $serverGroupB = 'http://soap-server.borland.com/WebServices/Interop/cgi-bin/InteropGroupB.exe/soap/InteropTestPortTypeB'
7 $noEchoMap = true
8
9 require 'clientBase'
10
11 drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS)
12 methodDefBase(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.