Correct. CXF passes your text to (usually) woodstox, and it escapes as needed.
On Wed, Jan 26, 2011 at 6:43 AM, Maatari <[email protected]> wrote: > > Hi, > > Does any one know if the default behaviore of cxf when a service function > has as parameter a string, in other term, if part the XML soap message is a > string, to automatically escape the character inside of it. > > Imagine that you have a string which represent an XML document, such as : > "<....> .... <....>" as is, that is wihtout any espace and you send it in a > soap document where the type is indeed string. It seams that in my code, i > don't need to escape the character by myself, cxf seam to automatically > escape the caracter. > > Is that correct ? > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-String-to-Xs-string-character-escape-tp3357725p3357725.html > Sent from the cxf-user mailing list archive at Nabble.com. >
