Re: CXF, Unicode, utf8, encoding issue

2009-05-05 Thread Daniel Kulp
That soap message definitely all looks correct and perfectly valid. Possibly double check the Content-Type header on the HTTP level using your monitor to make sure the proper charset is there as well. For the most part, that should "just work" and is kind of surprising that .NET cannot ha

CXF, Unicode, utf8, encoding issue

2009-04-27 Thread John Baker
Hi, I'm looking at Unicode characters returned via a webservice call. The common encoding scenerio - it works for me, where a CXF generated client can make a WS call, the WS call returns a String containing Unicode characters, and the client converts them correctly. However for someone in the