Hi,
I have created a Java model and created a webservices out of those methods. Now in one of the method, I want to run a SQL to get the data from custom tables to generate my output. I can create Get webservices from those custom tables and execute the webservice but in my case, there could be huge amount of data sometimes so thinking if there is a way to call a SQL directly from the Java layer.
Appreciate the thoughts.
Mahesh