Soap.Response (Soap v1.1.1) View Source
Struct for response given by soap call.
Link to this section Summary
Link to this section Types
Specs
t() :: %Soap.Response{
body: any(),
headers: [tuple()],
request_url: String.t(),
status_code: pos_integer()
}
Link to this section Functions
Executing with xml response body as string.
Function parse/1 returns a full parsed response structure as map.