Site Meter Asp.Net-Csharp,Asp,Ado.Net,Ado,Micosoft,Visualstudio,Visual webgui: dotnet sms webservice
Showing posts with label dotnet sms webservice. Show all posts
Showing posts with label dotnet sms webservice. Show all posts

Thursday, October 8, 2009

free sms webservice to send sms using way2sms

http://www.aswinanand.com/sendsms.php(WEBSERVICE)

By the above web service link any one can able to send free sms through ASP.Net code via way2sms.

Implementation of webservice in our codee:


Before using you should create way2sms account to use this webservice.

Method to add webreference in visual studio:

1.Rt click ur project and click AddWebReference and paste the above top link in it then it will produce xml code below and click ok.

then follow/use the below code

you can write below code in Button event for trial purpose..
com.aswinanand.www.SendSMS sms = new com.aswinanand.www.SendSMS();
sms.sendSMSToMany("ur way2sms username","password","to number","message");