ContributionsMost RecentMost LikesSolutionsRe: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. Hello, If we add control charcters () in our .xml file while importing to the soapui and testing we are getting an error response as our request is not accepting these chars. Re: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. Hi, Ok, I will try with the options and will update you on the same. Re: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. I have changed encoding as UTF-8 in system propertiesm(attached screen shot) but still replacing with question mark. Re: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. I have already tried with encoding as 'UTF-8' but no luck and replacing with questionMark(?) in the xml file Re: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. In the soapui, we are passing the JSON request as "helloworld". But while saving the project as soapui.xml file, the request payload is converting from "helloworld" to "hello??world" in .xml file. (attached screen shots for more detials) Re: SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. I have attached my soapui system properties. SOH and STX charcters are being replaced with quetion mark(?) in the soapui XML file. We have been trying to create a project in soapui to invoke a rest api service. The rest API service POST method accept text with special charcters(SOH and STX) as request. When we are trying to save the project with .xml file, SOH and STX charcters are being replaced with question mark(?) in xml file. Below configuration is used in soapui tool. Service : REST API Method: POST Content-type: text/plain Charset : utf-8