Soap.Wsdl (Soap v1.1.1) View Source

Provides functions for parsing wsdl file.

Link to this section Summary

Link to this section Functions

Link to this function

get_endpoint(wsdl, protocol_ns, soap_ns)

View Source

Specs

get_endpoint(String.t(), String.t(), String.t()) :: String.t()
Link to this function

get_schema_imports(wsdl, protocol_ns, schema_ns)

View Source

Specs

get_schema_imports(String.t(), String.t(), String.t()) :: list()
Link to this function

get_validation_types(wsdl, file_path, protocol_ns, schema_ns, endpoint, opts \\ [])

View Source

Specs

get_validation_types(
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  map()
Link to this function

parse(wsdl, file_path, opts \\ [])

View Source

Specs

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

parse_from_file(path, opts \\ [])

View Source
Link to this function

parse_from_url(path, opts \\ [])

View Source