# `Lather`
[🔗](https://github.com/awksedgreep/lather/blob/v1.0.49/lib/lather.ex#L1)

Lather - A full-featured SOAP library for Elixir.

Lather provides a comprehensive SOAP client implementation with support for:
- SOAP 1.1 and 1.2 protocols
- WSDL parsing and code generation
- WS-Security authentication
- Connection pooling via Finch
- Telemetry integration

## Usage

Basic SOAP client usage:

    iex> client = Lather.Client.new("http://example.com/soap")
    iex> Lather.Client.call(client, :operation_name, %{param: "value"})

# `version`

Returns the version of the Lather library.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
