Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 406 Bytes

SOAP for Elixir

SOAP is a mechanism for Remote Procedure Call using XML. This library is implementing this standard for Elixir.

Installation

It's still not available for hex, so you can install it this way:

def deps do
  [
    {:soap, github: "altenwald/soap"}
  ]
end

Documentation can be generated with ExDoc using the command mix docs.