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]

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.
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
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?