How to receive/send files with a java Webservice
- by Moons
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