Question
2
Replies
464
Views
Infosys
Posted: January 23, 2018
Last activity: January 24, 2018
Connect-REST , failed to receive French/Special characters in the response
We have Connect-REST(GET) to read the client demographic details from external system. While reading french/special characters, they are converting into some other characters.
We tried in SOAP UI, experiencing the same but if we mention UTF-8 in the "content-type" then receiving correct values in SOAP UI
Could you please help me how to read the french/special characters from the service response
charset of service response should be 'utf-8' and check the file.encoding in the SMA, you can change that to UTF-8 by adding below jvm argument to make it work.
-Dfile.encoding=UTF-8