[ https://issues.apache.org/jira/browse/CXF-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556585#action_12556585 ]
Daniel Kulp commented on CXF-1289: ---------------------------------- In either case, this isn't something that I would log as a bug for CXF. It would technically be a woodstox issue as we just use woodstox to do the serialization. My suggestion would be to try duplicating the issue with a very small program that uses the XmlStreamWriter from woodstox and see what it outputs or if it rejects the string or not. If that doesn't do what is expected, a bug would need to be logged there. http://woodstox.codehaus.org/ > XML contains binary data (ASCII 27, ^[, ESC) > -------------------------------------------- > > Key: CXF-1289 > URL: https://issues.apache.org/jira/browse/CXF-1289 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.2, 2.0.3 > Reporter: Scott Anderson > > I've got a SOAP request that results in a string with an ESCAPE code (ASCII > 27, ^[, ESC), and it isn't being transformed in to XML properly. CXF leaves > it as its binary value, instead of converting to  or  -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.