stream « cxf « Java Enterprise Q&A





1. Can a web service return a stream?    stackoverflow.com

I've been writing a little application that will let people upload & download files to me. I've added a web service to this applciation to provide the upload/download functionality that ...

2. How to visualize sent XML stream with a CXF generated client    stackoverflow.com

I would like to be able to see the XML Stream generated by my CXF generated from WSDL client. Is there a way to do this ? For example, I'm building my request ...

3. Avoid "cannot retry due to server authentication, in streaming mode" errors, without any CXF involved    stackoverflow.com

I've searched a number of places for other people who have dealt with this HttpRetryException problem, but all the ones I found encountered it with some apache service called CXF, which ...

4. Transfer file binary stream contents from VB.NET to Java Web Service via Apache CXF    stackoverflow.com

I have searched a lot and still haven't got the answer of "How to transfer file content from VB.net to Apache CXF using HTTP POST REST calls?" The documentation of CXF is ...