Getting web service results with dynamic data

ekone
ekone New Altair Community Member
edited November 5 in Community Q&A
Hello,
Is it possible to run any model via web service with dynamic data (i.e. from database)?
Let me explain more detailed:
The input data is in a db table and it may changed any time. I need that when I call the web service, it should run model with current input data and give the result.

Thanks.
Tagged:

Answers

  • Not quite clear where the problem is...

    If you use the Read Database operator in your process, and then you execute it through a Web-service, it will access "freshly" the database, with any new data you may have there.

    Not sure if this helps...

    julio