WAP Push PDU Help

WAP Push PDU Help SearchSearch
Author Message
Douglas
New member
Username: Clipsalx

Post Number: 1
Registered: 01-2005
Posted on Wednesday, January 12, 2005 - 10:15 am:   

Hi,

I’m currently trying to send a WAP Push in PDU mode via a serial modem. However, I want to understand the values of Hex numbers that represents. Could anyone help me out?

It would be great if there is a WAP Push template to send me. Thanks in advance…

0605040B8423F025060803AE81EAAF82B48401056A0045C60C037761702E7961686F6F2E636F6D00
0801034120574150205075736820746F20746865205961686F6F2073697465000101


06 // ???

05 // ???

04 // ???

0B84 // dest port no

23F0 // origin port no

25 // ???

06 // PDU type (Push PDU)

08 // ???

03 // ???

AE // Content Type=application/vnd.wap.sic

81 // ???

EA // ???

AF // ???

82 // ???

B4 // ???

84 // ???

01 // ???

05 // Version of SI v1.0

6A // <charset=utf-8>

00 // <string>

45 // <si>

C6 // <indication>

0C // http://

03 // start string

77 61 70 2E 79 61 68 6F 6F 2E 63 6F 6D
//wap.yahoo.com

00 // terminate string with 00

08 // ???

01 // <indication>

03 // start string

41 20 57 41 50 20 50 75 73 68 20 74 6F 20 74 68 65 20 59 61 68 6F 6F 20 73 69 74 65
// A WAP Push to the Yahoo site

00 // terminate string with 00

01 // <indication>

01 // <si>
Anonymous
 
Posted on Tuesday, January 25, 2005 - 02:59 pm:   

Hello Douglas
Have you succeeded in sending a wap push via your modem yet? - I'm also trying (with no success) - I only recieve a "normal" sms with the url and octets as text....
Rajkumar
Unregistered guest
Posted on Thursday, February 03, 2005 - 04:01 am:   

I have a doubt wrt Wap Push OTA-HTTP , there are 2 status headers to be given as response from
the terminal to the PPG, namely HTTP status Header and x-wap-status Header.Now suppose there is an error in the push request itself (ie; invalid HTTP request say 400 or 404 ) in this case what should be the value of the x-wap-status header in the response message from the client.
Anonymous
 
Posted on Friday, February 11, 2005 - 06:27 am:   


06 // User Data Header length

05 information element(IE) start. 05: type port addressing

04 length of IE

0B84 // dest port no

23F0 // origin port no

25 // ???

06 // PDU type (Push PDU)

08 // ???

03 // ???

AE // Content Type=application/vnd.wap.sic

81 // ???

EA // ???

AF // ???

82 // ???

B4 // ???

84 // ???

01 // ???

05 // Version of SI v1.0

6A // <charset=utf-8>

00 // <string>

45 // <si>

C6 // <indication>

0C // http://

03 // start string

77 61 70 2E 79 61 68 6F 6F 2E 63 6F 6D
//wap.yahoo.com

00 // terminate string with 00

08 // ???

01 // <indication>

03 // start string

41 20 57 41 50 20 50 75 73 68 20 74 6F 20 74 68 65 20 59 61 68 6F 6F 20 73 69 74 65
// A WAP Push to the Yahoo site

00 // terminate string with 00

01 // <indication>

01 // <si>
Candme Peterson
New member
Username: Wappoll

Post Number: 1
Registered: 05-2005
Posted on Sunday, May 22, 2005 - 05:27 pm:   

Hi everybody

I'm trying generate wap push message by using this class

http://www.codeproject.com/csharp/wappush.asp?select=935054&df=100&forumid=60891 &exp=0#xx935054xx

and sending via GSM modem but it doesn't seems as Sevice message:

generated data:

0605040B8423F025060803AE81EAAF82B48401056A0045C60C037761702E7961686F6F2E636F6D00 08010341205741502050757368000101

I don't know what wrong is anybody used this ?

Anonymous
 
Posted on Monday, March 06, 2006 - 06:51 pm:   

deleted by admin 94