Hallo,
when sending a soap request with utf-8 encoded characters, the server transforms them to the local windows charset encoding (ISO-8859-1) when reading via JavaScript. Is there a possibility to tell the server to treat soap requests as UTF-8 encoded strings? Or maybe the error occurs in the Application.scriptArgs variable where they are stored with the wrong charset.
when sending a soap request with utf-8 encoded characters, the server transforms them to the local windows charset encoding (ISO-8859-1) when reading via JavaScript. Is there a possibility to tell the server to treat soap requests as UTF-8 encoded strings? Or maybe the error occurs in the Application.scriptArgs variable where they are stored with the wrong charset.