Hi list.
(This is not about the new streams feature)
We're trying to utilize FME server for processes, that accept a streaming input and produces a streaming output. I.e. HTTP handlers.
As far as I can tell, you can't initiate such a process via the REST api, as this overrules the output with its own JSON stream. You need to create and use a webhook. Is this correct ?
Even with a webhook it seems, that the streaming input (= POST body) is ignored. Are there some special requirements in the formatting of this input ?
Our input is a custom XML format.
Our output needs to be a CAD file. All examples only name XML and JSON as options, so is this even possible ?
If so, what are the specific requirements to accomplish this ?
Any insights are appreciated.
Cheers.