# File lib/soap/mapping/mapping.rb, line 320
  def self.get_attributes_for_any(obj)
    if obj.respond_to?(:__xmlele_any)
      obj.__xmlele_any || EMPTY_ATTRIBUTES
    else
      get_attributes(obj)
    end
  end