Sending sms through web application

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2007
Posts: 29
Reputation: hkarthik is an unknown quantity at this point 
Solved Threads: 0
hkarthik hkarthik is offline Offline
Light Poster

Sending sms through web application

 
0
  #1
May 28th, 2008
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!!!
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 3
Reputation: scuba183 is an unknown quantity at this point 
Solved Threads: 0
scuba183 scuba183 is offline Offline
Newbie Poster

Re: Sending sms through web application

 
0
  #2
May 28th, 2008
You can simply write a program to send email to the email address associated with the carrier. For example, if you sent an email to 5551231234@vtext.com, you would sent a text message to the number 5551231234 for the carrier Verizon. As for getting a reply, as far as I know, that is not possible.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Sending sms through web application

 
0
  #3
May 29th, 2008
and if you want to use an SMS gateway, use your favourite search engine to find out where to buy one (and they'll come with libraries to use, and probably sample code as well).
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 29
Reputation: hkarthik is an unknown quantity at this point 
Solved Threads: 0
hkarthik hkarthik is offline Offline
Light Poster

Re: Sending sms through web application

 
0
  #4
Jun 2nd, 2008
Originally Posted by scuba183 View Post
You can simply write a program to send email to the email address associated with the carrier. For example, if you sent an email to 5551231234@vtext.com, you would sent a text message to the number 5551231234 for the carrier Verizon. As for getting a reply, as far as I know, that is not possible.
Thankyou Scuba183
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 29
Reputation: hkarthik is an unknown quantity at this point 
Solved Threads: 0
hkarthik hkarthik is offline Offline
Light Poster

Re: Sending sms through web application

 
0
  #5
Jun 2nd, 2008
Originally Posted by jwenting View Post
and if you want to use an SMS gateway, use your favourite search engine to find out where to buy one (and they'll come with libraries to use, and probably sample code as well).
Thankyou jwenting. I could not find any sample coding which will help me to send sms through the service provider. Can you send some, if you have any?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Sending sms through web application

 
0
  #6
Jun 2nd, 2008
no, if you BUY access through the proper channels that will include libraries and documentation.
We're not going to help you break into services, steal bandwidth.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 10
Reputation: sach_ak47 is an unknown quantity at this point 
Solved Threads: 0
sach_ak47 sach_ak47 is offline Offline
Newbie Poster

Re: Sending sms through web application

 
0
  #7
Jun 2nd, 2008
hi.......
Frist u have to write a programme for sending sms if u have already written then it is fine otherwise i will help you.
you will find s/w (like gateway for sms sending ) on internet just download that on ur system then connect ur mobile to ur computer then do some configuration as per given in s/w manual.
then when u are sending sms through web application it will go from ur gateway to destination.
and chrges will be deducting from mobile which is connected.

If u need any help , please contact.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 29
Reputation: hkarthik is an unknown quantity at this point 
Solved Threads: 0
hkarthik hkarthik is offline Offline
Light Poster

Re: Sending sms through web application

 
0
  #8
Jun 3rd, 2008
thanks jwenting. I don't want to breakthrough any services and steal the bandwidth. But even for sending the message from our web application to the service provider we need to write some coding isn't it. So can you help me in developing that coding. Thank you once again for the help .
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 29
Reputation: hkarthik is an unknown quantity at this point 
Solved Threads: 0
hkarthik hkarthik is offline Offline
Light Poster

Re: Sending sms through web application

 
0
  #9
Jun 3rd, 2008
hi sach. Thank you for that. Probably i am not looking forward to develop my application in this way, by connecting my mobile to the pc and send the message through that. The application which i am trying to develop is a complete web based application. Probably you would have seen many websites providing this facility. Just create an account in that website and start sending messages. I am also planning to develop such an application. The usage is my application should be able to send messages to other phones through the internet. Anyway you pls help me developing the coding, so that i can get a basic idea about how messages can be send. Thankyou once again
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 1
Reputation: nagwani25 is an unknown quantity at this point 
Solved Threads: 0
nagwani25 nagwani25 is offline Offline
Newbie Poster

Re: Sending sms through web application

 
0
  #10
Sep 29th, 2009
hi karthik ,
This is rashmi i have seen ur post regarding sms web application .I m also looking for the same sort of application if u have completed ur project can u guide me how to do this. Its really urgent ,Hope to see a reply from u soon .Thanks
Reply With Quote Quick reply to this message  
Reply

Message:




Views: 6081 | Replies: 10
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC