Soap (soa v0.1.8)

Summary

Functions

Link to this function

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

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

handle_response(arg)

Link to this function

init_model(path, type \\ :file)

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

operations(wsdl)

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