WAP-Push SI PDU encoder

WAP-Push SI PDU encoder SearchSearch
Author Message
winz
Posted on Saturday, September 13, 2003 - 10:52 am:   

Is there an available SI PDU encoder that can be used to convert an xml message into PDU?
suresh
Unregistered guest
Posted on Thursday, March 04, 2004 - 10:35 am:   

<?xml version="1.0">
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href="http://www.imodelinks.com"
si-id="1"
created="2001-02-20T17:29:48Z"
si-expires="2002-02-21T17:29:48Z"
action="signal-high">
Test Message-1.
</indication>
</si>
Anonymous
 
Posted on Friday, March 19, 2004 - 05:33 am:   

How do you use such an encoder in VB to get the, say, strWAPUDP...