# File lib/wsdl/param.rb, line 39 def soapbody_use if @soapbody @soapbody.use || :literal else raise RuntimeError.new("soap:body not found") end end