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.
