What does this WSP header mean?

What does this WSP header mean? SearchSearch
Author Message
Juan
New member
Username: Yj_water

Post Number: 1
Registered: 08-2006
Posted on Monday, August 07, 2006 - 03:25 pm:   

I just replace someone and take over his task about an SMS system. Unfortunately, he didn't leave any document.
Now I have problems to send wap push to some phones but not all phones. I doubt the problem is the WSP header. In our SMS system, we simply use this header for all situations.

160612AE965F54485F3635303932395F008DBCB48002056A0045C611034170706C69636174696F6E 2F766E642E7761702E7369030168000C03

After reading some posts in this Discussion board, I know the meaning of the first 4 bytes, they are transaction id, push type, header length, and content type. But I have now idea about the rest part.

Please help me. Thanks in advance.
YunSeok, Ahn
New member
Username: Ysahn

Post Number: 1
Registered: 08-2006
Posted on Thursday, August 10, 2006 - 06:22 am:   

Here is break-down info below,
I don't know how to decode about application/vnd.wap.sic data, last 36 bytes.

=======================================================================
TID : 0x16 (1byte)
TYPE : 0x06 (1byte)
HeadersLen: 18 (UIntVar,1byte)
ContentType: (1bytes)
0x2e <application/vnd.wap.sic> (ConstrainedMedia,1byte)
Headers: (17bytes)
0x16 <Host> (WKFName,1byte)
"_TH_650929_" (12byte)
0x0d <Content-Length> (WKFName,1byte)
0x3c (IntValue,1byte)
0x34 <Push-Flag> (WKFName,1byte)
0 (Sint,1byte)
Data: (36bytes)
-----------------------------------------------------------------------
02,05,6a,00,45,c6,11,03, 41,70,70,6c,69,63,61,74, [ j E Applicat]
69,6f,6e,2f,76,6e,64,2e, 77,61,70,2e,73,69,03,01, [ion/vnd. wap.si ]
68,00,0c,03, [h ]
=======================================================================