# File lib/wsdl/operationBinding.rb, line 22 def initialize super @name = nil @input = nil @output = nil @fault = [] @soapoperation = nil end