module Wsdl:sig..end
typeutf8_string =Cduce_lib.Encodings.Utf8.t
val wsdl_load : string -> Cduce_lib.Value.tval wsdl_schema : Cduce_lib.Value.t -> Cduce_lib.Value.t optiontype type_t =
| |
Enumeration of |
| |
Sequence of |
| |
Element of |
| |
Typedef of |
| |
Extension of |
| |
Unit |
val wsdl_types : Cduce_lib.Value.t -> (utf8_string * bool * type_t) listtype part =
| |
PartType of |
| |
PartElement of |
typemessage =part list
typeoperation =utf8_string * message option * message option *
message list
typeport_type =operation list
val wsdl_port_types : Cduce_lib.Value.t -> (utf8_string * port_type) list