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

Changeset 1145

Show
Ignore:
Timestamp:
01/09/04 01:11:37 (5 years ago)
Author:
nahi
Message:

* add debug support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/soap/calc/test_calc2.rb

    r1109 r1145  
    3131    @endpoint = "http://localhost:#{Port}/" 
    3232    @var = SOAP::RPC::Driver.new(@endpoint, 'http://tempuri.org/calcService') 
     33    @var.wiredump_dev = STDERR if $DEBUG 
    3334    @var.add_method('set', 'newValue') 
    3435    @var.add_method('get')