Arabic Language statement is not inserting as Junk value into INTERACTION table

Hi Team,

At normal scenario , when the Chat interaction is established between Client and Agent ,
Life cycle - WebAPIServer - Chatserver- Interaction Server - URS server - UCS server,
the ARABIC content message is inserted into Interaction DB successfully.

When the interaction is initiated using API’s for survey purpose ,
Life cycle - client page (API call to interaction server) - Interaction server - URS server - UCS server
The ARABIC content message is inserted as Junk value.

Please suggest.

Check the used encoding on each element in flow - my opinion is that the client or IXN using incorrect encoding.

Sorry but how can i check Encoding on Ixn server ?

Hi,

When the interaction reaches its server from client, the Arabic content is seen in urs logs.
Whereas when terminating the interaction, we are notifying ucs, and thus the insertion of the text to interaction Db is failing.
Please suggest