Options

Getting web service results with dynamic data

ekoneekone Member Posts: 1 Contributor I
edited November 2018 in Help
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

  • Options
    juliojulio Member Posts: 17 Contributor II
    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
Sign In or Register to comment.