# File lib/wsdl/param.rb, line 47
  def soapbody_encodingstyle
    if @soapbody
      @soapbody.encodingstyle
    else
      nil
    end
  end