Really? The issue tracked by http://issues.apache.org/jira/browse/CXF-1820, is it different then?
If I use a forward slash, it works just fine but a backslash does seem to throw this exception as it gets converted to a forward slash. All that I do before I make the actual web service call is encode the string using the URLEncoder. That's pretty much it. Really need this to work to move ahead with my implementation :-( Sergey Beryozkin-3 wrote: > > JAXRS runtime does not deal at all with deserializing XML per se, it's up > to JAXB to handle it, but I tried and see no problems with > passing this value from a client - though this value came from a text file > in my case. > > Cheers, Sergey > > -- View this message in context: http://www.nabble.com/Does-CXF-convert-a-backslash-to-a-forward-slash--tp20837718p20839919.html Sent from the cxf-user mailing list archive at Nabble.com.
