Can you try just using the SAAJ API's in a quick standalone program to create a soap message then write it out to a file, then read it into a new SAAJ message and see if the problem remains? If so, it's definitely a bug in the SAAJ implemenetation. If not, it MAY be an issue with the JMS transport.
Dan On Wednesday 05 March 2008, mr.andersen 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? -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
