Soap v0.2.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

Returns endpoint url from wsdl

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.

Link to this function

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

Returns endpoint url from wsdl.