There's no documentation for this item.
Source Code
# File wsdl/importer.rb, line 23 def parse(content, location, originalroot) opt = { :location => location, :originalroot => originalroot } begin WSDL::Parser.new(opt).parse(content) rescue WSDL::Parser::ParseError super(content, location, originalroot) end end
<code/>and<pre/>for code samples.