How to return content from a custom DFS service
Hi, I'm working on a custom DFS service that should do the following: - get some content files from the repository - create a ZIP file with all those content files - return the ZIP file to the service consumer I'm stuck on the last bit. How can I return a file to the consumer? Since the ZIP file is created on the fly…