Releases: elixir-soap/soap
Releases · elixir-soap/soap
v1.1.0
v1.0.1
v1.0.0 🎉
v0.2.1
v0.2.0
v0.1.2
v0.1.0
Initial release. A simple low-tested wrapper for sending SOAP requests based on wsdl.
- Parsing base struct from WSDL.
Soap.init_model/2
- Parsing WSDL from file or url.
- List operations from WSDL.
Soap.operations/1
- Execution call requests
Soap.call/4