I have an issue while trying to check xpath of an HTTP response. A BufferUnderflowException is raised and it is said that the XPathCheckBuilder could not parse response into a DOM document. However, When I look at the HTTP response, I see a valid XML document in the body. Any idea what I am doing wrong ? Is there a new method to check xpath (need of a response body treatement for intance) ?
Here are my check, the HTTP response and the error stack.