Hi everybody,
I just want to develop a web application for sending sms using java/jsp. Normally i have seen people using either gsm modems or bluetooth or connecting mobile to pc and then send sms. I am planning to develop a web application in such a way that it sends the sms which i have created to some sms service providers and then they redirect the sms to the particular mobile users. I think sms service providers charge for sending the sms and they don't do it free of cost. Can any body help me or guide me in creating such a web application using java/jsp.
Is there any possibility of getting a reply back from the users for the message which i have send using web applications. ie.... i want to get the reply in my web application rather that in my mobile. Something like, when the users send a reply back it should go to the sms service providers and then they should redirect the reply to us.
CAN ANYBODY HELP ME?
I don't want to use any of the gsm modems, or bluetooth. I want to send the sms through http, ie.. web application
pls help me!!!