How to receive/send files with a java Webservice

Posted by Moons on Stack Overflow See other posts from Stack Overflow or by Moons
Published on 2010-06-07T10:10:28Z Indexed on 2010/06/07 10:22 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

Hi! So i'm writing a WebService in Java that should receive a file as an input, and then the WebService does some processing on that file, and finally it should send a new file to the client.

My question is : How do I send a file to the client? (and how can I tell them to upload one).

Thanks for the help

© Stack Overflow or respective owner

Related posts about java

Related posts about file