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


I have an XML document that I send to a CXF Rest Service. It contains a value
like this: "<path>c:\\path\\to\\something" (escaped in Java). However, I get
an error when I call the REST Service as it seems to convert the "\\" to a
"/". Any thoughts?
--
View this message in context: 
http://www.nabble.com/Does-CXF-convert-a-backslash-to-a-forward-slash--tp20837718p20837718.html
Sent from the cxf-user mailing list archive at Nabble.com.




Reply via email to