lib/soaspec/exchange_handlers/soap_handler.rb in soaspec-0.1.18 vs lib/soaspec/exchange_handlers/soap_handler.rb in soaspec-0.2.0

- old
+ new

@@ -71,11 +71,9 @@ end # Setup object to handle communicating with a particular SOAP WSDL # @param [Hash] options Options defining SOAP request. WSDL, authentication, see http://savonrb.com/version2/globals.html for list of options def initialize(name = self.class.to_s, options = {}) - @default_hash = {} - @request_option = :hash if name.is_a?(Hash) && options == {} # If name is not set options = name name = self.class.to_s end super \ No newline at end of file