hi!
i have a jaxws web service using jaxb and i have to send an xml file with it
(i don't have the java classes of this file). So i try to put this file in a
string and send it. but jaxb replace all my mark by their ascii code like
that :
<keyword>piezometer</keyword>
is there a way to keep my mark ?
is it possible to send xml whitch is not generate by jaxb?
--
View this message in context: http://www.nabble.com/xml-in-a-string-tf4796626.html#a13722303
Sent from the java.net - jaxb users mailing list archive at Nabble.com.