thank everyone for answers, the issue resolution was found:

String soapinString = (new
String(StringEscapeUtils.unescapeHtml4(stringWriter.toString()).getBytes(StandardCharsets.ISO_8859_1),
"UTF-8")).replaceAll("\\p{Cntrl}", "");



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Encoding-issue-tp4675408p4675467.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to