Hi all, One of my CXF Web service is supposed to return an URL such as: http://ip:port/xxx?yyy=1&zzz=2
The problem is that the "&" character is not correctly parsed or at least I can say I end up with the following URL in the client side: http://ip:port/xxx?yyy=1&zzz=2 After reading some documentation about the "&" character in xml I tried: http://ip:port/xxx?yyy=1&zzz=2 and also I tried to scape it ("\\&") but none of them work.... Please, can any one tell me how should I write my string "http://ip:port/xxx?yyy=1&zzz=2" in the server side so that I get exactly the same in the client side... ? Thanks in advance... I'm really stuck with it (and it should be simple) Arnaud. -- View this message in context: http://old.nabble.com/--character-does-not-work-tp27975753p27975753.html Sent from the cxf-user mailing list archive at Nabble.com.
