Skip to main content

Hi everybody, I created a Workspace. This Workspace should be started by an external http-request. If the workspace ended, i wanted to send back a response. I published the Workspace with fmedatastreaming + included the writer to the stream.

imageThe response was send as a file. I wanted to send the response as content in response.

Any Ideas?

 

 

 

Which writer are you using and what is the output filename defined on the writer in your workspace?

Also, try tacking "opt_responseformat=json" to the end of the URL.


Which writer are you using and what is the output filename defined on the writer in your workspace?

Also, try tacking "opt_responseformat=json" to the end of the URL.

I tried Json- weiter, Textfile weiter, html-writer. The Filename ist Protokoll-1645.txt or I tried response.txt

 


I've solved my problem. Now I use a textfile Writer. It's content is a json value. I dont't need the parameter opt_responseformat=json


Reply