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

root/trunk/test/interopR2/clientSOAP4R.rb

Revision 1597, 374 bytes (checked in by nahi, 3 years ago)

let external CES configuable. ex. clientsoap.mapping.external_ces? = 'SJIS'. $KCODE is used by default.

external CES ::= CES used in Ruby object of client and server
internal CES ::= CES used in SOAP/OM

closes #133.

  • 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 = 'SOAP4R'
4
5 $server = 'http://dev.ctor.org/soapsrv'
6 #$server = 'http://rrr.jin.gr.jp/soapsrv'
7 #$server = 'http://dev.ctor.org/soapsrv'
8 #$server = 'http://localhost:10080'
9 #require 'xsd/datatypes1999'
10
11 require 'clientBase'
12
13 drv = SOAP::RPC::Driver.new($server, InterfaceNS)
14 methodDef(drv)
15
16 doTestBase(drv)
17 doTestGroupB(drv)
18 #submitTestResult
Note: See TracBrowser for help on using the browser.