soa v0.1.2 API Reference

Modules

The SOAP client for Elixir based on httpc (for send requests) and SwXml (for xml parsing). Soap contains 5 main modules

Documentation for Soap.Request.

Headers generator by soap action and custom headers.

Documentation for Soap.Request.Options.

Struct for response given by soap call.

Provides a functions for parse an xml-like response body.

Provides functions for parsing types to struct

Provides functions for parsing wsdl file

Provides functions for parsing xsd file

SwXml is a thin wrapper around :xmerl. It allows you to convert a string or xmlElement record as defined in :xmerl to an elixir value such as map, list, char_list, or any combination of these.

A module for generating XML

Exceptions

Defines an exception that handles not described WSDL operations.