Re: UTF-8 vs. utf-8 causes different response..

2007-09-21 Thread Daniel Kulp
Brad, I've made some changes to make sure we try and map any charset values that are passed in into the canonical forms the parser may expect. The result is that in your case, the ENCODING does get set to UTF-8 on the message instead of utf-8. Hopefully that solves the problem. I'll try

Re: UTF-8 vs. utf-8 causes different response..

2007-09-20 Thread Daniel Kulp
It's probably better to do the encoding changes whereever we create the XML parser. Probably in the StaxInInterceptor.java. That way, if some other transport is uses and the same encoding issue happens there, the same fix would apply. Dan On Wednesday 19 September 2007, Brad Harper