How to download MMS with SI

How to download MMS with SI SearchSearch
Author Message
Nguyen Trong Tho
New member
Username: Trongtho

Post Number: 1
Registered: 01-2004
Posted on Thursday, January 15, 2004 - 03:28 am:   

Dear administrator,

I have sucessfully sent a SI to mobile phone with a URL to downloa}d MMS content, http://myserver/mms?id=1.
By specification, when receiving this request I reply with the following information:

Content-Type:application/vnd.wap.mms-message
Content-Length:<size of mms content>
<mms content>

But there is nothing appear on the mobile phone.
(I save that mms content as a file and view ok by EPOC Emmulator of Nokia).

You please tell me what's wrong with my reply? What is the correct way to download a MMS ?

Tho
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1636
Registered: 10-2002
Posted on Thursday, January 15, 2004 - 05:16 pm:   

A WAP PUSH SI won't work.

MMS messages may get transmitted over the WAP protocol in most mobile phones, but they are generally not handled by the WAP browser.

You need to send an MMS Notification message within a WAP push. That gets routed to the MMS Client, so that the MMS client fetches the MMS message.

The MMS Notification format is defined in the MMS Encapsulation Specification, published by the Open Mobile Alliance (http://www.openmobilealliance.org). You might also find other relevant information by searching this discussion board on keywords of MMS and notification.

-bn