Hi, Attribute values go through so called attribute-value-normalization and this process replaces plain white space characters.
If the white space values in the attribute value are encoded with the white space character references (
, etc) instead of the plain white space characters, they can be preserved when they are parsed by the xml parser. What is generating the xml data? I think this has to be handled there. I don't know if there is a workaround. regards, aki 2011/12/6 mcjohnt <[email protected]>: > We have a JAX-WS client built on CXF 2.2.10, with Spring-based configuration. > The client is used to access a service which passes a xs:string attribute > with minor formatting (line feeds). I can verify, via soapUI client, that > the line feeds are preserved by the server on the send. However, the line > feeds appear to be automatically removed by the CXF client during the JAXB > unmarshal process. > > Apologies if this is basic, but could someone point me in the right > direction or provide a reference/example that shows how to preserve the line > feeds on assignment to the object String field? > > Thanks in advance. > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Line-feeds-removed-by-client-tp5052180p5052180.html > Sent from the cxf-user mailing list archive at Nabble.com.
