Hi Guys,
Can anyone post the links regarding DATABASE ACCESS USING BOTH WEB SERVICES. How to query the database using the web service. Suppose i have SQL statement like " Select empID,empName,CName from employee,company where empID=CID;". How to send this sql query to database server using REST and SOAP web Services?
Thank You
View Complete Post