Has anyone managed to construct a workspace with the following requirements:
- Only to be used in Datastreaming service
- Generic writer with different file based outputs (demo pdf+png)
- FME Server streams the correct mime type with the response file
My current experiment was to use a private python parameter which generates the correct mime type string depending on the format.
But even with this, the data streaming sends a PDF but the response headers contain "Content-Type ?image/png".
Is this possible at all?