# File lib/wsdl/port.rb, line 20
  def initialize
    super
    @name = nil
    @binding = nil
    @soap_address = nil
  end