Changeset 1145
- Timestamp:
- 01/09/04 01:11:37 (5 years ago)
- Files:
-
- trunk/test/soap/calc/test_calc2.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/soap/calc/test_calc2.rb
r1109 r1145 31 31 @endpoint = "http://localhost:#{Port}/" 32 32 @var = SOAP::RPC::Driver.new(@endpoint, 'http://tempuri.org/calcService') 33 @var.wiredump_dev = STDERR if $DEBUG 33 34 @var.add_method('set', 'newValue') 34 35 @var.add_method('get')