Soap.Request (soa v0.1.9)

Documentation for Soap.Request.

Summary

Functions

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

Functions

Link to this function

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

@spec 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.

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