Skip to content

altenwald/soap-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages