Please read it twice carefully.
Step 1:
I am saying that first time whenever it'll run for the day, let's say today i.e. 08/06/2013, then it'll store today's date in table.
Before inserting today's date, you will check in table whether today's date is present or not, in this case 08/06/2013.
If its not present, run your web service.
Now, repeat above step. According to above step, since today's date 08/06/2013 is present in table, web service wont run.
If application runs anytime tomorrow, then according to above step, since tomorrow's date 08/07/2013 is not present in table, web service will run once before storing 08/07/2013 date in table!
I have proposed a solution in logical method, but it's upto u to convert it into Coding/Technical term. http://hashtagakash.wordpress.com/
Karthikreddy, if this helps please login to Mark As Answer. | Alert Moderator