Soap.Request.Params (Soap v1.1.1) View Source

Documentation for Soap.Request.Options.

Link to this section Summary

Functions

Parsing parameters map and generate body xml by given soap action name and body params(Map).

Link to this section Functions

Link to this function

build_body(wsdl, operation, params, headers)

View Source

Specs

build_body(
  wsdl :: map(),
  operation :: String.t() | atom(),
  params :: map() | tuple(),
  headers :: map()
) :: String.t()

Parsing parameters map and generate body xml by given soap action name and body params(Map).

Returns XML-like string.

Link to this function

validate_params(params, wsdl, operation)

View Source

Specs

validate_params(params :: any(), wsdl :: map(), operation :: String.t()) ::
  any()