1

I am currently facing issue with character encoding in soap webservice. When ever I send request from SOAP UI

 <chgWho>Raj eěso</chgWho>

In logsrequest is displayed as

 chgWho=Raj e?so

How to encode the character set in the same way it was sent

  • what is `logsrequest`? is it a console output of response/request? – TuyenNTA Jun 23 '17 at 09:51
  • Console output of request..We are getting this special characters from request –  Jun 23 '17 at 09:52
  • Did you see [this](https://stackoverflow.com/questions/35747109/where-do-i-set-character-encoding-in-soapui-preferences)? – TuyenNTA Jun 23 '17 at 09:54
  • I changed the format in Soap ui as mentioned in the above link..But it is not working.It is still printing the special characters as ? –  Jun 23 '17 at 09:56
  • You must check what is the suitable charset for these special character before set it in soap ui. What language are you using? – TuyenNTA Jun 23 '17 at 09:57
  • Java.It is the problem in the provider not from the consumer as i tried even i tried to call with java client code.Same thing is happening with that too. –  Jun 23 '17 at 10:04

0 Answers0