# File lib/soap/soap.rb, line 127
    def instance_variable_set(ivarname, value)
      instance_eval("#{ivarname} = value")
    end