Soap (soa v0.1.7)

Link to this section Summary

Link to this section Functions

Link to this function

call(wsdl, operation, params, headers \\ [], opts \\ [])

Specs

call(
  wsdl :: map(),
  operation :: String.t(),
  params :: map(),
  headers :: any(),
  opts :: any()
) :: any()
Link to this function

init_model(path, type \\ :file)

Specs

init_model(String.t(), :file | :url) :: {:ok, map()}
Link to this function

operations(wsdl)

Specs

operations(map()) :: [String.t(), ...]