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

Changeset 227

Show
Ignore:
Timestamp:
07/10/01 21:41:31 (7 years ago)
Author:
nakahiro
Message:

Changed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/interopR2/clientSOAP4R.rb

    r182 r227  
    77#$server = 'http://dora/~nakahiro/server.cgi' 
    88 
    9 $server = 'http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/' 
    10 #$server = 'http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/1999/' 
    11 #require 'soap/XMLSchemaDatatypes1999' 
     9#$server = 'http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/' 
     10$server = 'http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/SOAPBuildersInterop/1999/' 
     11require 'soap/XMLSchemaDatatypes1999' 
    1212 
    1313drv = SOAP::Driver.new( Log.new( STDERR ), 'InteropApp', InterfaceNS, $server, $proxy, $soapAction ) 
     
    1515methodDef( drv ) 
    1616 
    17 doTest( drv ) 
     17doTestBase( drv ) 
     18doTestGroupB( drv )