Welcome to CodeGlobe. CodeGlobe provides free source code, tutorials and latest useful technology news.
Wednesday, July 15, 2009
way2sms API
Send free sms from your application using java api. You have to create an account in way2sms Implementaion details are alredy published in codeglobe Try it at your own risk Download
The problem with way2sms sms api is , they recently created their own client to send sms and changed the redirection link to not use by other clients. In short they blocking sms from outside clients. We are trying a fix .If we get a solution we definitely post here. thank you for your comments.
Can anyone provide me this code converted for C# application? Also, for the Java version, I'm using the proxy server and getting the following error. Server Returned HTTP reponse code: 500.
Please reply me at gkg4programmers@gmail.com I'll wait for the updates Thanks
This api doesn't work with J2ME. So,I have tweaked the SRC a bit and created a J2ME compatible library. I can post the SRC if you want me to.
ReplyDeleteHere is J2ME Application for you thanks for the comment
ReplyDeletehttp://codeglobe.blogspot.com/2009/07/zion-sms-mania-11-beta-send-sms-freely.html
Download Link http://xpedition009.limewebs.com/Zion-SMS-Mania.jar
ReplyDeletecan you please give me a sample java fileas to how to send a message? please help me
ReplyDeleteDownload code with the article
ReplyDeleteI need way2sms API for C# application.
ReplyDeleteajitasatpathy@gmail.com
hey.... great.. I got the output... but could you please send me the code to jayakrishnah@gmail.com
ReplyDeleteIm not getting it work...tell me how to work it out..pls ....:-)..:-)
ReplyDeleteis there any code availabe for asp.net application
ReplyDeletethis software worked for me for 1 day now it is not sending any sms
ReplyDeleteDear sir i want you send sms in my website so how you use sms api and how to send .plz help me
ReplyDeletehey it is not working again
ReplyDeleteThe problem with way2sms sms api is , they recently created their own client to send sms and changed the redirection link to not use by other clients. In short they blocking sms from outside clients. We are trying a fix .If we get a solution we definitely post here. thank you for your comments.
ReplyDeletehech this new post (Update on way2sms API) http://codeglobe.blogspot.com/2009/12/send-sms-using-uy-wey2sms-updated-by.html
ReplyDeleteCan anyone provide me this code converted for C# application?
ReplyDeleteAlso, for the Java version, I'm using the proxy server and getting the following error.
Server Returned HTTP reponse code: 500.
Please reply me at gkg4programmers@gmail.com
I'll wait for the updates
Thanks
Hi,
ReplyDeleteUpdate SMS.java like below.
auth url is
"http://wwwg.way2sms.com//auth.cl"
add one more request property,
uc.setRequestProperty("Referer", "http://wwwg.way2sms.com//entry.jsp");
modify content variable like
content = "HiddenAction =instantsms &Action=custfrom50000&login=&pass=&custid=undefined&MobNo=" + numbers.get(num) + "&textArea=" +msg+"&qlogin1=Gmail+Id&qpass1=******&gincheck=on&ylogin1=Yahoo+Id&ypass1=******&yincheck=on"