Hi,
I am working on a timesheet application and re-writing it from scratch as it was in asp classic before.
In my old job, i was using web services heavily. Basically database layer and the business logic were implemented in web services. From the UI, we were passing all the Parameters data to web service object in XML format and manipulating it within oracle
store procedure. Also web service was returning dataset object.
I am thinking about using web services for this Timesheet application and wondering if there are any draw backs of using web services like performance and etc?