You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Maurice Marrink <ma...@topicus.nl> on 2004/09/08 12:02:44 UTC

response character encoding

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