how to call a webmethod using windows scheduler in windows application?
-
Hi, I programatically have to create a windows application in which one windows schedular is there which is for calling a webmethod in a webservice... how to create such program to call webmethod using windows schedular in C#.net. Pls help me in this... Advanced Thanks, Ravi Vellanki
-
Hi, I programatically have to create a windows application in which one windows schedular is there which is for calling a webmethod in a webservice... how to create such program to call webmethod using windows schedular in C#.net. Pls help me in this... Advanced Thanks, Ravi Vellanki
Simply create a Windows Application that calls your Webmethod. You won't have to write code to use the Windows-scheduler, it can start any Windows-application at any given time/interval :) --edit-- Forgot to add some links for further research. Here they are; How to schedule a task[^] Walkthrough[^]
I are troll :)