# File lib/wsdl/operationBinding.rb, line 63
  def soapaction
    if @soapoperation
      @soapoperation.soapaction
    else
      nil
    end
  end