steps for creating Web Service
-
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......
-
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......
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 useTimerCallBack
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
-
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 useTimerCallBack
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
can u please focus more on creating windows service.
-
can u please focus more on creating windows service.
Ratnadeep_Raul wrote:
can u please focus more on creating windows service.
What do you mean ? :rolleyes:
cheers, Abhijit CodeProject MVP