# File lib/soap/attachment.rb, line 70
  def save(filename)
    File.open(filename, "wb") do |f|
      write(f)
    end
  end