Soap.Request (Soap v1.1.1) View Source
Documentation for Soap.Request.
Link to this section Summary
Functions
Executing with parsed wsdl and headers with body map.
Link to this section Functions
Link to this function
call(wsdl, operation, soap_headers_and_params, request_headers \\ [], opts \\ [])
View SourceSpecs
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.
Specs
get_http_client() :: HTTPoison.Base