I THINK if you set the Message.ENCODING attribute on the message (for instance, in the RequestContext) to a string denoting the encoding you want, it should be used. I haven't tested that though.
On the server side, it should respond in whatever encoding the client sent it in. Dan On Mon June 8 2009 4:35:51 am Sky-Tiger wrote: > Hi all, > In most scenarios, soap/xml message is encoding with UTF-8. > But if i want to use another encoding ,such as UTF-16, GBK... > What i do with CXF? > > > Regards > > Hubert. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
