Soap v1.0.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_endpoint(wsdl, protocol_ns, soap_ns) View Source
get_endpoint(String.t(), String.t(), String.t()) :: String.t()

Link to this function

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

Link to this function

get_validation_types(wsdl, file_path, protocol_ns, schema_ns) View Source
get_validation_types(String.t(), 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