Changeset 1818
- Timestamp:
- 05/29/07 23:34:54 (2 years ago)
- Files:
-
- trunk/lib/wsdl/xmlSchema/importer.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/wsdl/xmlSchema/importer.rb
r1769 r1818 62 62 client.no_proxy = ::SOAP::Env::NO_PROXY 63 63 if opt = ::SOAP::Property.loadproperty(::SOAP::PropertyName) 64 ::SOAP::HTTPConfigLoader.set_options(client,65 opt["client.protocol.http"])64 http_opt = opt["client.protocol.http"] 65 ::SOAP::HTTPConfigLoader.set_options(client, http_opt) if http_opt 66 66 end 67 67 content = client.get_content(location)