In every other area, CXF writes UTF-8. Are you expecting UTF-8, or something else?
On Wed, Mar 5, 2008 at 4:00 AM, mr.andersen <[EMAIL PROTECTED]> wrote: > > I have at problem with sending nordic charaters such as æøå via SOAP over > MQ. > I'm using cxf version 2.0.1 and SAAJ version 1.3. > > I have tried to trace where is could go wrong and what I can see, the å > looks okay when it is added to W3CDOMXMLStreamWriter.writeCharaters(), but > when the SOAPMessage.writeTo() method is called with System.out or > OutputStream in SAAJOutInterceptor it is viewed as Ã¥. > > Can anyone tell me if I can do anything to avoid this behaviour or have it > something to do with the SAAJ implementation? > > -- > View this message in context: > http://www.nabble.com/Nordic-charaters-problem-in-SOAP-MQ-tp15845741p15845741.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
