Hi, Does anyone know how to return a PDF file from a call to a web service? I want to have a method like this:
public File getFile(String filename)
That a client can call and which will return a PDF with the filename
specified if it exists.
Thanks for you help.
Jim.
