Hi, I have a web service client written in CXF with encoding as UTF-8. Whenever the service response contains unicode values like ’ CXF is not parsing that values, instead it is storing junk value in the java property. All the other symbols and special characters are parsed successfully but when it comes to unicode values like ’ when unmarshalling to java objects i am seeing junk value in the java property. Do i need to set any extra configuration to resolve this.
Thanks in advance. Asif. -- View this message in context: http://cxf.547215.n5.nabble.com/Unable-to-parse-unicode-chars-in-the-webservice-response-tp5727983.html Sent from the cxf-dev mailing list archive at Nabble.com.
