[jboss-user] [JBoss Web Services] - Re: Soap header truncated

Daniel Cote do-not-reply at jboss.com
Sat Mar 30 09:09:22 EDT 2013


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130330/22da7987/attachment.html 


More information about the jboss-user mailing list