convertXML
Purpose
Enables conversion of the response to XMLExamples
jerseyRequestBuilder.post {
uri = "http://example.com"
convertXML = true
}Description
Iftrue (default), and the response has a header that indicates XML, convert the response using XmlSlurper.