lib/savon/soap.rb in savon-0.6.1 vs lib/savon/soap.rb in savon-0.6.2

- old
+ new

@@ -39,9 +39,12 @@ attr_writer :wsse # Accessor for the SOAP action. attr_accessor :action + # Accessor for the SOAP input. + attr_writer :input + # Sets the SOAP header. Expected to be a Hash that can be translated # to XML via Hash.to_soap_xml or any other Object responding to to_s. attr_writer :header # Returns the SOAP header. Defaults to an empty Hash.