# File lib/soap/baseData.rb, line 781
  def replace
    @data = deep_map(@data) do |ele|
      yield(ele)
    end
  end