Forum Discussion
groovyguy
8 years agoCommunity Hero
I am not sure if there's a way to actually change how SoapUI pretty prints the XML response. Unfortunately, I have not had to deal with something like that. I have had to deal with something close.
You could potentially use groovy to parse the raw response to compare values, if that is the desired outcome.
Bishal
7 years agoContributor
Yea, i couldn't find a way to solve this issues within the tool. I performed data conversion to get around. Anyways, thanks for suggestion.