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

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

Revision 1592, 0.6 kB (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 = 'Frontier'
4
5 $serverBase = 'http://www.soapware.org/xmethodsInterop'
6
7 #$wsdlBase = 'http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/SOAP4R_SOAPBuildersInteropTest_R2base.wsdl'
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 =begin
18 require 'soap/wsdlDriver'
19 drvBase = SOAP::WSDLDriverFactory.new($wsdlBase).create_rpc_driver
20 drvBase.endpoint_url = $serverBase
21 =end
22
23 doTestBase(drvBase)
24 #doTestGroupB(drvGroupB)
25 submitTestResult
Note: See TracBrowser for help on using the browser.