Changeset 1007
- Timestamp:
- 10/11/03 13:50:15 (5 years ago)
- Files:
-
- trunk/lib/soap/wsdlDriver.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/wsdlDriver.rb
r969 r1007 224 224 @wiredump_dev = nil 225 225 @wiredump_file_base = nil 226 @httpproxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] 226 name = 'http_proxy' 227 @httpproxy = ENV[name] || ENV[name.upcase] 227 228 228 229 @wsdl_elements = @wsdl.collect_elements