Hi all,
Add this Web Service to your project:
http://www.webservicex.net/SendSMS.asmx?WSDL
Code Behind:
Namespace to be used : net.webservicex.www
Using this simple coding..... it will work out.
SendSMS s = new SendSMS();
s.SendSMSToIndia("121221255","Ganesh","this is test message");
Please note that this web service can be used to send sms within India.
Regards,
Ganesh