For some time I have been getting error messages from my new CXF (2.1.1) client that looked like this.
Could not read XML stream.. Nested exception is javax.xml.stream.XMLStreamException: Line:4 '>' expected, got char[0] After a lot of digging I figured out that it was cutting off the last > from the soap:Envelope tag of the sent message. If I turn off 'AllowChunking' I stop having this issue. I'm guessing that chunking is breaking up the SOAP message in to several parts and that the last part that consisted of only '>' was cut off by it for some reason. Can someone tell me what happened? Do I have a bigger issue that I am not aware of? Is this a CXF bug? -- View this message in context: http://www.nabble.com/Just-what-is-%27AllowChunking%27--tp19001650p19001650.html Sent from the cxf-user mailing list archive at Nabble.com.
