Soap v1.0.0 Soap.Request View Source

Documentation for Soap.Request.

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function

call(wsdl, operation, soap_headers_and_params, request_headers \\ [], opts \\ []) View Source
call(
  wsdl :: map(),
  operation :: String.t(),
  params :: any(),
  headers :: any(),
  opts :: any()
) :: any()

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