Wap-Push UDH

Wap-Push UDH SearchSearch
Author Message
Marco
New member
Username: Skaman

Post Number: 1
Registered: 02-2004
Posted on Wednesday, February 04, 2004 - 10:44 am:   

Hi everyone,
i need to send a wap-push sms like that:

Date: gio, 22 gen 2004 10:25:26 GMT
Content-Type: text/vnd.wap.si
<?xml version="1.0"?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
"http://www.wapforum.org/DTD/si.dtd">

<si>
<indication
action="signal-medium"
href="http://www.xyz.com/index.wml"
created="2004-02-04T11:12:27Z"
si-expires="2005-02-04T11:12:27Z"
>
Test
</indication>
</si>

The encodinc of the body part is not a problem, i've encoded the message and the HEX is like the HEX generated by the nokia toolkit, so i think it is right.
The problem is when i try to encode the UDH information, i don't understand the encoding policy.
I've tried this, but not work
0605040B8423F0 WDP
3F Transaction ID
06 PDU Type
0A LC Type
03AE81EA CT Type
AF82 Version
8DD9B484 UTF

I think i haven't understood how to create the UDH, so if someone can help me i'll become the happiest man in the world!

bye
Mr Trade_p2k
Unregistered guest
Posted on Monday, February 23, 2004 - 01:17 am:   

Marco,

You already have the UDH, it's this bit;

0605040B8423F0

I hope you are now the happiest man in the world as per your post.