In the end I created a web service mocking the external web service and I am
returning Bulgarian characters which my service handles perfectely. This is
due to the correct settings at the Header attributes Content-Type and
Encoding, set with the following values:
Content-Type: text/xml;charset=UTF-8'
Encoding: UTF-8
Whilst the Headers returned from the external web service are
Content-Type: text/xml
Encoding: ISO-8859-1
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-Client-Problem-with-Encodings-tp5714097p5714778.html
Sent from the cxf-user mailing list archive at Nabble.com.