calling with sceduled task a web service

Discussion in 'General troubleshooting' started by vagelis, Apr 6, 2011.

  1. hello,

    i have a page and i would like to insert there a web service that will be called every hour from scheduled task..
    in the web service i have three subs that i want to be called.the first time the first sub, the second hour the second and third hour the third....
    where have i to insert the web service?
    for example inside the page and in a subfolder?
    and how can be called a specific sub of the web service from scheduled task?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    you really can't do that.. you'll have to create 3 separate web services.
     
  3. ok thanks!
     

Share This Page