MMS and SMS with J2ME?

Hello!Is it possible to make applications that sends SMS and MMS with J2ME?Thank you.
[106 byte] By [mattias_westerberg] at [2007-9-30 17:34:36]
# 1
yes
o1j2m3 at 2007-7-6 13:57:56 > top of Java-index,Java Essentials,Java Programming...
# 2
Hi I am not sure if you can do that with J2ME.Regarding SMS you can do that with J2SE. Still trying MMS to see, but SMS works.Olumide.
olu_javaman at 2007-7-6 13:57:56 > top of Java-index,Java Essentials,Java Programming...
# 3

> Hello!

>

> Is it possible to make applications that sends SMS and

> MMS with J2ME?

>

> Thank you.

I worked with developing applications dealing with SMS and MMS. As a matter of fact the MMS we made made it through to the vodafone, and we were able to capture 65% of the global market with that at Ericsson. For MMS used J2EE and not J2ME.

SMS we designed in C. However it can be done with J2EE as well.

kilyas at 2007-7-6 13:57:56 > top of Java-index,Java Essentials,Java Programming...
# 4
Ok. Which classes did you use?
mattias_westerberg at 2007-7-6 13:57:56 > top of Java-index,Java Essentials,Java Programming...