# File lib/wsdl/portType.rb, line 31
  def find_binding
    root.bindings.find { |item| item.type == @name }
  end