Forum Discussion

vivinvijayan's avatar
vivinvijayan
New Contributor
7 years ago

XML in the JDBC response not in pretty print format

Hi,   I am trying to fetch an xml from the DB using a JDBC request. when the response shows up, it is replacing the '<' with '&lt;' and '>' with &gt;'   As a result of this, all the assertions th...