• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sending SMS with java api's

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I am completely new to j2me, so i have some very basic questions....

1. Does Java have a standard API for sending sms?
2. If not are there any third party api's for sending sms?
3. What are the hardware requirements for sending sms?
4. How will i be charged? Will i be charged for every sms that i send?


Thanks in advance

Pradeep
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, the Wireless Messaging API (WMA):
- WMA 1.1 - SMS (and CBS receive)
- WMA 2.0 - supports MMS messaging (send/receive) also

Actual support depends on the device, all I can say is WMA 1.1 at least is supported by many devices.
Charging depends on the mobile operator company.

See http://java.sun.com/products/wma/
[ September 24, 2006: Message edited by: Eduardo Marques ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic