Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: elixir-soap/soap

v1.1.0

10 Apr 13:16

Choose a tag to compare

Fix changelog

v1.0.1

14 Feb 13:49
d81aead

Choose a tag to compare

Release v1.0.1

v1.0.0 🎉

14 Feb 13:30
82c0bc3

Choose a tag to compare

Release v1.0.0 🎉

v0.2.1

09 Feb 07:38
9748fdf

Choose a tag to compare

Release v0.2.1

v0.2.0

05 Feb 09:21
0de94fc

Choose a tag to compare

Release v0.2.0

v0.1.2

09 Sep 17:18
efd2f64

Choose a tag to compare

Merge pull request #44 from shahryarjb/master

update httpoison

v0.1.0

17 Jan 16:27

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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