Hi Arian
Thank you for the reply.
I followed your steps and it is working however these settings, specifically the one which says 'Discard OK results...' has given birth to another problem.
We maintain XML payload outside soapUI. We make use of property expansion to read the payload. Our requests look something like this
<request>
${#Project#requestHeader}
${#TestCase#requestData}
</request>
When I set 'Discard OK results....' property, developers are not able to examine XML structure. We use to view xml by clicking on test step in the Test Case Log. Now if I double click on test step soapUI complains that 'Result has been discarded' which is correct on it's part.
Is there any other way that we should be able to examine expanded xml's as well as enforce 'Discard OK results' setting.
Thank you.