Is it possible to send SMS using Java?

Hello!

I am an Italian student who studies Computer Science at Pisa University, and

I am developing some projects in Java using Java 2 Standard Edition (J2SE) and Java 2 Micro Edition (J2ME, for MIDP 1.0 compliant devices). I need to know if there are some Java API

(for J2SE and J2ME) to send SMS to a mobile phone. I know Java Mail API but it

doesn't let me to send SMS to a mobile phone but only e-mail.

How can I do to send SMS to a mobile phone? Which steps must I follow?

Is there someone who can help me?

Thank you very much in advance!!

Luca

[612 byte] By [ventural] at [2007-9-26 1:18:12]
# 1

Go to Simplewire.com and download the Java SMS SDK.

It provides easy, high-level control of the Simplewire wireless text-messaging platform. The Java SMS SDK is developer-friendly as it hides the intricacies of the XML format required to communicate with the Simplewire WMP (Wireless Message Protocol) servers. The Java SMS SDK makes it possible to send an SMS message off with as little as two lines of code.

The Java SMS SDK provides a 100% Pure Java implementation. You can use it in all Java Runtime Environments including Windows, Linux, Solaris, and many more.

ARochkind at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
see: http://www.java4less.com/RSms/
rreport at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Hi Rreport,What is the TAP protocol and what are the parameters I need to pass along with my m/e configuration so as to send SMS messages to my cell.Rgds,Seetesh
seeteshh at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Hello!You can send SMS messages via Java using SMProLib.Please, take a look at http://mobiles.unipro.ru/smlib_eng.htmlI have tried it and it works fine
maxim_khkh at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
You can create and run the mobile (SMS) service. The system has a web interface with public access - http://ci.uniproglobal.com.Integration with any Web application is supported - http://ci.uniproglobal.com/viewUserGuide.do?page=PSP_Internet.jsp
maxim_khkh at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 6
Give me the code to send SMS using java
suhubula at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 7
hi, see www.thinkSMS.com - there is a free java class for sending SMS and even MMS messages.
thinkSMS at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 8

hi..

its been a useful discussion for me..

but i want to know one thing. i am a student .. i have a project .. and i want to send sms.. same problem as discussed above. now i have'nt worked in this domain before.

i want a localized sms service in my university. what should i do?

- do i have to build an sms server? if yes , then how?

- after building sms server, do i need an sms gateway? can a build it too, somehow? because i dont want to interact with the gsm network of my mobile service provider

waiting for your replies...

regards

ali hammad

ali_hammad at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 9
can we send an sms to mobile from a java file with back-end oracle8i.please tell me from the scratch because no idea about this
revathy_renu at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 10
You can use the jSMS API for sending SMS to mobiles from the java program.Rgds,Seetesh
seteshhindle at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 11
Hi,I have to send sms in java using jsms api this sms contains picture b/w + some text.....I get error wen i use picturemessage,ems classes...Error : com.objectxp.msg.ems does not exist..........what to do?
codeit@717 at 2007-6-29 0:48:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...