SOAP client v0.1.0 Release Notes

  • ๐ŸŽ‰ 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