How about send mm using mm7

How about send mm using mm7 SearchSearch
Author Message
zyuanlee
New member
Username: Vegetable318

Post Number: 1
Registered: 03-2006
Posted on Friday, March 10, 2006 - 02:32 am:   

I had success create the mms notification,use java code(change some nokia mms library)to create mms pdu,and the mms file can get by mobile now.but now i don't want to create the mms file,if it can use the link url of the txt file,pic file and aud file by mm7 to send the mms?
i am sorry my poor english. ths in advance!
zyuanlee
New member
Username: Vegetable318

Post Number: 2
Registered: 03-2006
Posted on Friday, March 10, 2006 - 02:36 am:   

forget to refer that ,i am not use the nowsms,i just use the china mobile mmsc,i want the result that to send the mms,but not create it first,just use the file link,(the txt file, the picture file and audio file).can is?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5631
Registered: 10-2002
Posted on Friday, March 10, 2006 - 06:53 pm:   

If you are going to use MM7, you can't just reference a link URL. You have to package the content in an MM7 format, which is basically a MIME encoded message with an XML header submitted over HTTP POST (SOAP). All of the MMS content needs to be present in that POST.

There's an example of an MM7 format message here:

http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages_MM7.htm

And you can find the official MM7 specification as part of the 3GPP MMS specifications. Here's an archive of all of the different releases of the 3GPP MMS specifications:

http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/

Of course, some vendors, such as Ericsson, Materna (AnnyWay) and LogicCMG, don't seem to support the official MM7 standards in their current MMSCs. (Perhaps these vendors are releasing new versions of their MMSCs to address these issues, but our present experience with NowSMS customers trying to connect to these operator MMSCs shows a lack of support for the official MM7 standards with MMSC products from these vendors.) So that is something to watch out for.

Unfortunately, my priority here is to provide support for the Now SMS/MMS gateway product, so that's about all of the information that I can offer.

-bn