Daniel Cote [https://community.jboss.org/people/daniel.cote.qc.ca] created the discussion
"Re: Soap header truncated" To view the discussion, visit: https://community.jboss.org/message/805662#805662 -------------------------------------------------------------- Ok I found it. The Woodstox parser, used by CXF, does not return more than 500 bytes when the element is of type javax.xml.stream.XMLStreamConstants.CHARACTERS. (in fact, a 'TOKEN_PARTIAL_SINGLE' value is returned). com.ctc.wstx.util.TextBuffer final static int DEF_INITIAL_BUFFER_SIZE = 500; Now that I know this, I will make sure no such kind oy payload will be sent... Regards -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/805662#805662] Start a new discussion in JBoss Web Services at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user