parse_soap_response: Parse SOAP Response Body

Description Usage Arguments Value Note

Description

Parse the returned XML in the SOAP Response Body.

Usage

1
parse_soap_response(httr_response, resp_element, as_df)

Arguments

httr_response

an httr response from a POST to the API

resp_element

character; the name of the response body element

as_df

logical; indicating whether the results should be a list or data.frame

Value

a list or data.frame

Note

This function is meant to be used internally. Only use when debugging.


rdfp documentation built on June 6, 2019, 1:02 a.m.