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
b2l(x)
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.
Link to this function