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