Pls. ignore the message. The problem wasn't with CXF. I was deploying the client to a Glassfish server and the CXF libs got overridden by the JAX-WS RI libs contained in the app server. After setting the classloader to delegate=false the problem disappeared.
On Fri, Nov 19, 2010 at 12:20 PM, Peter Mihalik <[email protected]> wrote: > Hi, i'm trying to call a ws using the JAX-WS Dispatcher API as described on > http://cxf.apache.org/docs/jax-ws-dispatch-api.html, but when i try to > send some data containing unicode characters (for example 'ľ', 'š', 'č') > what's actually sent is: 'ľšč' am i missing somethnig? > > Thanx > > -- > Peter >
