I have a question about using .KIT in a web service. Maybe you can point me to an example. Basically, I would like to return the file as binary file type.
The current example that I have seen from you returns the file as a Response.OutputStream. I will not be using the HTTP response on the web service since I will return the file to the client as a binary file.