ContributionsMost RecentMost LikesSolutionsRe: How do I pass text containing utf-8 new line characters as a value to a parameter for a REST request \r\n too does not work. Re: How do I pass text containing utf-8 new line characters as a value to a parameter for a REST request \\n also does not work. Re: How do I pass text containing utf-8 new line characters as a value to a parameter for a REST request I also tried using ASCII characters to represent the newline and also CDATA constructs, but nothing seems to work. Please help. Re: How do I pass text containing utf-8 new line characters as a value to a parameter for a REST request Passing the character "\n" (for newline) as part of the text for the test data does not work. So, if I pass the text as, say, -: Hello \n World In the response, the text appears the same as -: Hello \n World and not as -: Hello World How do I pass text containing utf-8 new line characters as a value to a parameter for a REST request Hi, I need to enter text comprising of newline characters as a parameter value for a REST request in SOAPUI. The API accepts this data in UTF 8 format. How do I actually represent new line characters as part of my test data that would be passed as a value to a parameter for the REST request? Any help would be greatly appreciated. Thanks, Ramesh