Forum Discussion

rohitkejriwal's avatar
rohitkejriwal
New Contributor
8 years ago

How to send french character in REST Service request body

I am using SOAP UI for REST Service testing. When I am sending a french string "1000 $ par jour à vie" under a string type parameter in request body, it is throwing error in model state validation. SOAP UI encodes "à" to  "�". I have tried setting charset under Content-Type in header, but it didn't help.

 

The same request body works fine when tested with POSTMAN. Please help.

2 Replies