WAMs allow you to serve stream files that:
You can serve the contents of LOB data types (BLOBs and CLOBs) and stream files located in your Application Server with special webroutines.
You create these file serving webroutines by defining the Response parameter in the Webroutine command:
The webroutine can contain RDMLX code to create the contents of the file or determine which file to send. The only requirement is that you set the ContentFile to the file name that you want to serve.
You can also send the contents of a string. In this case, you need to set the content type. The charset is assumed to be the current encoding. If that is not the case, you need to set the Charset property.
Also see