Using mmscomp to create MMS Notification

Using mmscomp to create MMS Notification SearchSearch
Author Message
Venkat Akella
Posted on Wednesday, September 24, 2003 - 07:31 pm:   

HI
I am trying to generate mms notification with mmscomp utility. ( Can I use mmscomp to generate just notification?? ) But looks like its not generating the notification properly. Passed the following header file to mmscomp.exe. I dont have all the mandatory fields in the header file for the mms notification. But, I read in one of the discussions, that to give minimum number of fields in header file. Can anyone please let me know that what information it expects in header file to generate just notification.

My header file:
===============
X-Mms-Message-Type: m-notification-ind
X-Mms-Transaction-ID: 01234
X-Mms-MMS-Version: 1.0
X-Mms-Content-Location: http://hostname/~userid/pdu/mms/3F707856a.MMS
Subject: Test
From: +123456
Content-Type: application/vnd.wap.mms-message


Thanks in advance