Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. steps for creating Web Service

steps for creating Web Service

Scheduled Pinned Locked Moved ASP.NET
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ratnadeep_Raul
    wrote on last edited by
    #1

    Hi, i want to create web service which sends alert mails after some interval of time. please, if any one can guide me in the same. thanks in advance......

    A 1 Reply Last reply
    0
    • R Ratnadeep_Raul

      Hi, i want to create web service which sends alert mails after some interval of time. please, if any one can guide me in the same. thanks in advance......

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Ratnadeep_Raul wrote:

      i want to create web service which sends alert mails after some interval of time. please, if any one can guide me in the same.

      If you want to send mail using Web Service then who will going to initiate the Web service call on time interval ? You can thing about Windows Service which will call your service to send mail on time interval. You have to scheduled it / Or use TimerCallBack in winservice to Call web service method on specific time. If web service is only for send mail then you can do it directly from Windows service also. Let me know if any issue. :)

      cheers, Abhijit CodeProject MVP

      R 1 Reply Last reply
      0
      • A Abhijit Jana

        Ratnadeep_Raul wrote:

        i want to create web service which sends alert mails after some interval of time. please, if any one can guide me in the same.

        If you want to send mail using Web Service then who will going to initiate the Web service call on time interval ? You can thing about Windows Service which will call your service to send mail on time interval. You have to scheduled it / Or use TimerCallBack in winservice to Call web service method on specific time. If web service is only for send mail then you can do it directly from Windows service also. Let me know if any issue. :)

        cheers, Abhijit CodeProject MVP

        R Offline
        R Offline
        Ratnadeep_Raul
        wrote on last edited by
        #3

        can u please focus more on creating windows service.

        A 1 Reply Last reply
        0
        • R Ratnadeep_Raul

          can u please focus more on creating windows service.

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          Ratnadeep_Raul wrote:

          can u please focus more on creating windows service.

          What do you mean ? :rolleyes:

          cheers, Abhijit CodeProject MVP

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups