ContributionsMost RecentMost LikesSolutionsRe: why I am still getting The content you are trying to view cannot be viewed as JSON soap UI Is there an latest update on this issue? Even I have started facing this issue since yesterday. Same API call works in Postman but not in ready API. Compared the request headers bwt postman & ready api and it is identical..Appreciate your help. Using Non ASCII character in the request Hi, We have noticed ready API is converting the NON ASCII char to ?. We are validating some of the chinese char ("password": "a用户@123456") for the password attribute in the rest payload. But when we see in the raw request tab, these chinese char are converted to ? ("password": "a??@123456"). Due which we are not getting the desired output in the response. Pls check and let us know. SolvedRe: How to convert Test Steps to a Test Case Thanks for your response. The same way we are doing but it is becoming tedious. Thought of checking to see, is there are any other better way to do it. How to convert Test Steps to a Test Case Currently we have around 40 steps under one test case. Now we want to convert these test step to a Individual test case (One level up). Pls check & let me know. Solved