module Wsdl_load:sig..end
  Takes the name of the service and a wsdl stream
  and builds an instance of a wsdl AST.
Author(s): Nicola Onose
val xml_to_wsdl_ast : Processing_context.processing_context ->
       string -> Streaming_types.xml_stream -> Wsdl_ast.wsdl_module
val test_parser : string -> Wsdl_ast.wsdl_module