Is it possible to make a synchronous WebAPI ?

Hello,

I'm trying to create a POST method WebAPI that waits for its process model to end.

I need to receive a JSON data type, process this data, and return an XML generated with the process model as the WebAPI response, is it possible to process the JSON information received and make the WebAPI wait for the process model to end ?

I know that by the own definition of this method, the process model runs asynchronously, but I don't know any other way of approaching this case.

Any idea will be welcome.
Thanks in advance !

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data