DataHandler dh = new DataHandler( new URL("file:///"+filename) ); server.addAttachment(dh);
After the invocation of the service I'd like the client to delete the file attached with:
attachedFile.delete();
but it always return false!
What's wrong in my class?
Thank you Dario
