Soap v0.2.0 Soap.Xsd View Source

Provides functions for parsing xsd file

TODO: Implement in version 0.2

Link to this section Summary

Link to this section Functions

Link to this function

get_simple_types(wsdl) View Source
get_simple_types(String.t()) :: list()

Link to this function

parse(xsd) View Source
parse(String.t()) :: {:ok, map()}

Link to this function

parse_from_file(path) View Source
parse_from_file(String.t()) :: {:ok, map()} | {:error, atom()}