Hi there! I am currently taking the REST-Workshop, provided by safe.
Now i have quiet a simple task: I want to call a Workspace on FME Server via REST and in the Response there should be a certain value, that the Workspace created based on published parameters send with my request. I am working with Postman and basically you can imagine my needs like this:
I want to give two numbers via REST to a Workspace on FME Server, these two are added up and the sum will be send back in the Response. So it is synchronus, right?
My workspace already works, and i can start it with REST, but how do i get my stuff in a response without making another REST-Call?
Â
Thank you very much for thinking about my problem!