Soap.Xsd (Soap v1.1.1) View Source

Provides functions for parsing xsd file.

Link to this section Summary

Link to this section Functions

Specs

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

Specs

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

parse_from_url(path, opts \\ [])

View Source

Specs

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