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