sending sms through a java program

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

Join Date: Apr 2008
Posts: 102
Reputation: localp is an unknown quantity at this point 
Solved Threads: 2
localp localp is offline Offline
Junior Poster

sending sms through a java program

 
0
  #1
Jan 26th, 2009
i want to know how to send sms from a java program, so far i am aware that you will need a sms gateway, but i dont know from at which point to start coding .... i am an absolute beginner, and i please help me with step by step instructions ..

thanx in advance
Local P ...
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,264
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: sending sms through a java program

 
0
  #2
Jan 26th, 2009
Here list of threads where this been mentioned. You may find some answers there, but be aware most of them just hold request to get code and not solution...
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 102
Reputation: localp is an unknown quantity at this point 
Solved Threads: 2
localp localp is offline Offline
Junior Poster

Re: sending sms through a java program

 
0
  #3
Jan 26th, 2009
ye .. thanx ...
Local P ...
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 823
Reputation: verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough 
Solved Threads: 73
verruckt24's Avatar
verruckt24 verruckt24 is offline Offline
Practically a Posting Shark

Re: sending sms through a java program

 
0
  #4
Jan 26th, 2009
That depends on your SMS Gateway which is also, in messaging terminology, called SMSC or Short Message Service Centre. If your provider uses the HTTP Protocol to have sms sent over to them then you would need to use HTTP POST/GET method. On the other hand if your provider uses the SMPP (Short Message Peer to Peer) Protocol you would have to use the same to connect to them. Then you would become an ESME (Extended Short Messaging Entity) which can be termed as a client and the SMSC acts as the server.
In this case your communication would be through the SMPP Protocol PDUs. You can find out more about the SMPP Protocol on the net. To do this you would require a Java SMPP API using which you can communicate with the SMPP Server. One of the popular Java SMPP Libraries is here. Download it, it comes with the Java Docs. Reading SMPP Protocol Specification would also prove to be helpful.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 1364 | Replies: 3
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC