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

root/trunk/test/interopR2/clientSOAP__Lite.rb

Revision 1520, 242 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 = 'SOAP::Lite'
4
5 $server = 'http://services.soaplite.com/interop.cgi'
6
7 require 'clientBase'
8
9 drv = SOAP::RPC::Driver.new($server, InterfaceNS)
10 methodDef(drv)
11
12 doTestBase(drv)
13 doTestGroupB(drv)
14 submitTestResult
Note: See TracBrowser for help on using the browser.