Soap.Xsd (soa v0.1.7)

Provides functions for parsing xsd file

Link to this section Summary

Link to this section Functions

Link to this function

get_simple_types(wsdl)

Specs

get_simple_types(String.t()) :: list()

Specs

parse(String.t()) :: {:ok, map()} | {:error, atom()}
parse(String.t()) :: {:ok, map()}
Link to this function

parse_from_file(path)

Specs

parse_from_file(String.t()) :: {:ok, map()} | {:error, atom()}
Link to this function

parse_from_url(path)

Specs

parse_from_url(String.t()) :: {:ok, map()} | {:error, atom()}