Hi Freeman, Thanks for the reply.
I don't think it's the same variable because : *JAXWSProperties.HTTP_CLIENT_STREAMING_CHUNK_SIZE* :The number of bytes to write in each chunk http://docs.oracle.com/javase/1.5.0/docs/api/java/net/HttpURLConnection.html?is-external=true#setChunkedStreamingMode%28int%29 while *httpClientPolicy.setChunkingThreshold* : Specifies the threshold at which CXF will switch from non-chunking to chunking. By default, messages less than 4K are buffered and sent non-chunked. Once this threshold is reached, the message is chunked. http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html -- View this message in context: http://cxf.547215.n5.nabble.com/Apache-CXF-chunk-size-tp5716244p5716274.html Sent from the cxf-user mailing list archive at Nabble.com.
