I'm expecting UTF-8 since the reciever expects that I live up to WS-I Basic Profile. And it's also my understanding that CXF uses UTF-8 all the way, but I cannot understand why my å is converted to Ã¥ when SOAPMessage.writeTo() is used.
Benson Margulies-4 wrote: > > 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. >> >> > > -- View this message in context: http://www.nabble.com/Nordic-charaters-problem-in-SOAP-MQ-tp15845741p15848926.html Sent from the cxf-user mailing list archive at Nabble.com.