MMS and WSP Troble

MMS and WSP Troble SearchSearch
Author Message
dengrui
New member
Username: Deng_rui

Post Number: 1
Registered: 12-2005
Posted on Tuesday, December 06, 2005 - 04:39 pm:   

I produrce a MMS Sender program in Delphi,WDP and WTP layer work well.
But when I send a MMS file (build by Nokia Tool 4.1), MMSC tell
me it can't understand my content. Help me please.

My hardware is GPRS Moden Provide by WaveCom.

Below is my SDU:

60 //------post
1A //-------Length of URL
20 //--------Length of Content Type
68 74 74 70 3A
2F 2F 6D 6D 73 63 2E 6D
6F 6E 74 65 72 6E 65 74
2E 63 6F 6D 2F //---------http://mmsc.monternet.com/

61 70 70
6C 69 63 61 74 69 6F 6E
2F 76 6E 64 2E 77 61 70
2E 6D 6D 73 2D 6D 65 73
73 61 67 65 00 //---------application/vnd.wap.mms-message


8C 80 98 //----------MMS part produrce by Nokia Toolkit 4.1
30 31 32 33 34 35 36 36
37 38 39 00 8D 90 89 1A
.........................

The Server anwer below

04 //---------- reply

40 //---------- Server Can't understand content
14 88 A6 52 65 73
......................

Help me