Hi,
We are querying a database using 4 dynamic variables and then using the data in the process. As of now, we are using a modified version of OLEDB connection object. However, we want to migrate to a webservice which will be taking the 4 parameters as input and a collection will be given as output from the database.
The webservice is a RESTful webservice. Can someone help on methods of execution? Do we need to write additional code for this?