SOAP is a mechanism for Remote Procedure Call using XML. This library is implementing this standard for Elixir.
It's still not available for hex, so you can install it this way:
def deps do
[
{:soap, github: "altenwald/soap-elixir"}
]
endDocumentation can be generated with ExDoc using
the command mix docs.