Skip to main content

Hi,

I am the new in services (the fme http caller/the postman request etc.)

I have a workbench which is included an xml writer. When I send a call from the postman, I am getting the result of the job status information like below;

RESPONCE

{ "timeRequested": "2019-05-20T10:39:19+03:00", "requesterResultPort": 51487, "numFeaturesOutput": 325, "requesterHost": "177.11.19.5", "timeStarted": "2019-05-20T10:39:19+03:00", "id": 9233, "timeFinished": "2019-05-20T10:39:54+03:00", "priority": -1, "statusMessage": "Translation Successful", "status": "SUCCESS"}

 

the orijinal xml result below

 

But I want to see as like below in the postman screen or in any explorer crome etc.

I mean that once it finished, I don't want to download the result, I want to see as xml directly on window looks as below

 

 

 

 

Hi @outlook

If you want to stream the output from the XML Writer in your workspace, I'd recommend using the Data Streaming service to run it instead of the REST API.

Have you seen this tutorial? I think it shows how do to what you'd want to do with this:

https://knowledge.safe.com/articles/1088/streaming-xml-with-fme-server.html


Hi @outlook

If you want to stream the output from the XML Writer in your workspace, I'd recommend using the Data Streaming service to run it instead of the REST API.

Have you seen this tutorial? I think it shows how do to what you'd want to do with this:

https://knowledge.safe.com/articles/1088/streaming-xml-with-fme-server.html

Thank you very much.