Hi, Is there a way to force axis to use a character encoding for the response. In the doGet from axisservlet the writer is "created" with response.getWriter(); The default encoding for this writer is latin 1, I need it to be utf-8 because my soap message contains characters like ë
Thanks, Maurice Marrink