Hi There,
I am pretty sure what the answer is, just covering all bases....
Normally when running a workspace published to FME Server the workspace parameters are populated via the query parameters and therefore the workspace URL contains the parameters provided.
Registrating the workspace to the streaming service and defining the streaming output content, allows to provide the requesting application with the transformation results.
Another way to run workspaces on FME Server is via the REST API but this does not return the workspace output to the requesting application, since the streaming service is not used.
Now my question is: Is it possible to trigger a published workspace by posting the parameters values in the body and NOT in the URL while using the streaming service to return the transformation results to the requesting application? so using a POST + body and getting the transformation results and NOT the job id (async) or job transformation status (synch)
Does naybody know if this is possible at all? @david_r