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
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
Returns endpoint url from wsdl.