![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Steve I would like to know how can I do the following.: Write a software that will call web services dynamically depends upon settings save upon database. So the webservice call is not hard-coded but for example I have a user interface that let a user pick and choose which web service to use on a set of data. Save the settings and then when user clicks on a button the code in the button will read the "action'" that must be taken upon the data from database and then the name of web service and url and parms will be read from dynamically and populated dynamically. So no web service is hard coded. In such a way one can have a user interface displaying data and when user clicks a button it will execute the webservice 'action'" that is linked to the button. The code in the button will just read from database table which webservice to execute and this string as a generic procdure that will execute the web wervice. This way limitless webservices can be executed instead of hard coded references and proxies that need to be recompiled Regards Francois du Toit |
#3
| |||
| |||
|
|
Hi Steve I would like to know how can I do the following.: Write a software that will call web services dynamically depends upon settings save upon database. So the webservice call is not hard-coded but for example I have a user interface that let a user pick and choose which web service to use on a set of data. Save the settings and then when user clicks on a button the code in the button will read the "action'" that must be taken upon the data from database and then the name of web service and url and parms will be read from dynamically and populated dynamically. So no web service is hard coded. In such a way one can have a user interface displaying data and when user clicks a button it will execute the webservice 'action'" that is linked to the button. The code in the button will just read from database table which webservice to execute and this string as a generic procdure that will execute the web wervice. This way limitless webservices can be executed instead of hard coded references and proxies that need to be recompiled Regards Francois du Toit |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |