soa v0.1.4 Soap.Request

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)

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.

Link to this function

get_url(wsdl)

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