how to call a webmethod in a Webservice 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
There is nothing special about Windows scheduler. You call the web methods as you usually would, in a regular app, then schedule your app to run using Windows scheduler. If you don't know to create or consume web methods, use Google or buy a book.
Cheers, Vıkram.
Carpe Diem.