CXF JAX-RS response chunk/buffer size

2015-12-17 Thread Julien Charon
Hi, Does CXF somehow support the configuration of the response chunk/buffer size for Transfer-Encoding: chunked? Until now, using non-CXF/non-JAX-RS implementation, I'm doing this by calling javax.servlet.ServletResponse.setBufferSize(int). However, I'd like to use response streaming as des

Reading the MTOM/XOP attachment

2015-12-17 Thread dolanp
Hello, I am developing a WS client for a third-party service (client is auto-generated from their WSDL using wsdl4java). The service works fine but I am having difficulty with a download method on one of the services because it uses MTOM/XOP in order to send the binary data to the client. I cre

Re: RS service method accepting 2 parameters

2015-12-17 Thread Sergey Beryozkin
Hi I may have got confused So you need a form sequence where every value is a complex property ? Unfortunately JAX-RS does not support helping in this case, but you can have a method signature with multiple @FormParam() parameters, and use a proxy based API, so in this case by registering a cus