Soap.Request (soa v0.1.7)

Documentation for Soap.Request.

Link to this section Summary

Functions

Executing with parsed wsdl and headers with body map. Calling httpc.request by Map with method, url, body, headers, options keys.

Link to this section Functions

Link to this function

call(wsdl, operation, params, request_headers, opts)

Specs

call(
  wsdl :: map(),
  operation :: String.t(),
  params :: any(),
  headers :: any(),
  opts :: any()
) :: any()

Executing with parsed wsdl and headers with body map. Calling httpc.request by Map with method, url, body, headers, options keys.

Specs

get_url(wsdl :: map()) :: String.t()