Hi.
I'm looking into the streaming capabilities of FME Server, and is wondering whether a workspace may return more than one type of information as a streaming service.
Streaming requires designating one writer in the workspace to be the streaming output, but that also limits the output to a single format. If your workspace is capable of outputting multiple formats, this seems to be a no-go in a streaming context.
Does an "anything-writer" exist, that'll just pass anything on, textual or binary, as-is to the output ?
Or alternatively, can a workspace switch the streaming target writer on-the-fly based on some condition at runtime ?
Cheers.