Hi I am trying to connect to my CXF webservice with .net. But it has trouble parsing the response since it thinks its iso8859-1 but its utf-8. I am using CXF 2.1.2.
Is there any way to tell CXF to send encoding headers with its response? Would be nice if they added : <?xml version='1.0' encoding='UTF-8'?> to the start of the message. HTTP/1.1 200 OK Content-Type: text/xml Date: Mon, 01 Dec 2008 11:20:38 CET Server: Mule Core/2.1.1 Expires: Mon, 01 Dec 2008 11:20:38 CET Transfer-Encoding: chunked Connection: close <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> -- Idar
