module Wsdl_load:sig
..end
@(#)load_wsdl.mli
Takes the name of the service and a wsdl stream and builds an instance of a wsdl AST.
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