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