The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Getting web service results with dynamic data
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.
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:
0
Answers
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