ContributionsMost RecentMost LikesSolutionsRest call - if "The content can not be viewed as XML" - display other format Let's say I make a call to a rest api and the response is json. When the SOAPUI REST call has completed, it will still default to XML as the default response type (assumedly because SoapUI is very XML centric due to it's Soap connection). You should spy the resulting content using response header or content. Or maybe it is not working because my particular content-type is using charset=UTF-8. Content-Type application/json;charset=UTF-8 Access log to soapui test suite The load test feature in Soapui is great and simple. Jmeter has one key feature - to be able to replay an access log from apache and turn it into a load test. Can soapUI do that?