# File lib/soap/compat.rb, line 117
  def invoke(headers, body)
    log(INFO) { "invoke: invoking message '#{ body.type }'." }
    super
  end