An app that we developed in RUI is working just fine in RBD preview mode (when on local server), but after we install the app on our remote server we get problems with (this we are suggesting) charset. We don't have a problem with displaying special (Croatian) characters. Problem occurs after calling web service, precisely, after trying to pass some data that user entered on the screen to the remote server. We deploy on WAS 7.0. Here is the error message, so please help with any ideas.
ERROR MESSAGE:
"EGL1546E The request could not be converted to a service call. The received request was '{"uri":"","queryParameters":{},"method":"POST","body":"{\"bindingName\":\"sbp0001CallService\",\"method\":\"klijentKomentar_function\",\"params\":
{\"rPrijedlogKlijent\":{\"prijedlog\":1000,\"tipPrijedloga\":\"F\",\"maticni\":\"12345678000\",\"tipKlijenta\":\"\",\"naziv\":\"HOBÄ+ D.O.O.\"},\"akcija\":\"S\",\"tipKomentara\":\"OD\",\"tekstKomentara\":\"\"},\"EGL_PARAMETER_ORDER\":\"ulaz _return\",\"binding\":{\"type\":\"WebBinding\",\"interfacename\":\"sbut.servis.sbp0001CallService\",\"name\":\"sbp0001CallService\",\"wsdlLocation\":\"sbp0001CallService.wsdl\",\"wsdlService\":\"sbp0001CallServiceService\",\"wsdlPort\":\"Sbp0001CallService\",\"uri\":\"\"}}","headers":{"EGLSOAP":"sbutWeb","Content-Type":"application/json; charset=UTF-8"'. EGL0001I The error occurred in EGL Rich UI Proxy."
P.S. In deployed RUI handlers HTML source charset is UTF-8.
malabiljka