Can any one help me...
can any one know source code MMS for Java..
i mean made MMS in programming J2ME or Jbuilder...
Thanks..
Can any one help me...
can any one know source code MMS for Java..
i mean made MMS in programming J2ME or Jbuilder...
Thanks..
Frankly: I don't understand your question. If you're asking about how to interface with MMS from Java, you could take a look into EAIF, External Application Interface. That's a way to contact MMSC (network element that sends MMS messages) via http. EAIF is a set of Java classes that do the work for you (creating http calls) and there you can send an MMS message with a few lines of code, well, at least in the trivial case.