I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on the webserver is "?????" (question marks). Where do I go wrong?
You should encode your Strings to UTF-8 on device before sending to webservice. Make sure to decode from UTF-8 when receiving it in webservice.