Soap v0.2.0 Soap.Wsdl View Source

Provides functions for parsing wsdl file

Link to this section Summary

Link to this section Functions

Link to this function

get_complex_types(wsdl, namespace, protocol_ns) View Source
get_complex_types(String.t(), String.t(), String.t()) :: list()

Link to this function

get_endpoint(wsdl, protocol_ns) View Source
get_endpoint(String.t(), String.t()) :: String.t()

Link to this function

get_namespaces(wsdl, schema_namespace, protocol_ns) View Source
get_namespaces(String.t(), String.t(), String.t()) :: map()

Link to this function

get_schema_imports(wsdl, protocol_ns) View Source
get_schema_imports(String.t(), String.t()) :: list()

Link to this function

get_schema_namespace(wsdl) View Source
get_schema_namespace(String.t()) :: String.t()

Link to this function

get_validation_types(wsdl, file_path, protocol_ns) View Source
get_validation_types(String.t(), String.t(), String.t()) :: map()

Link to this function

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

Link to this function

parse_from_file(path, opts \\ []) View Source

Link to this function

parse_from_url(path, opts \\ []) View Source