wesleyfraser
Senior Member
Hi Guys,
I need to send a push wap message using the bulksms api.
I am currently using vb.net to send the messages. Apparently I have to take the following xml file and the covert to its hex values and then send that accross the sms, but when I send the message I just receive the same hex values in the sms. Any help would be appreciated.
<?xml version="1.2"?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href="http://192.168.0.1/blah">
push</indication>
</si>
The hex values for the above xml is the following :
0605040B8423F0DC0601AE02056A0045C60C033139322E3136382E302E312F626C616800010370757368000101
Thanks in advance
I need to send a push wap message using the bulksms api.
I am currently using vb.net to send the messages. Apparently I have to take the following xml file and the covert to its hex values and then send that accross the sms, but when I send the message I just receive the same hex values in the sms. Any help would be appreciated.
<?xml version="1.2"?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href="http://192.168.0.1/blah">
push</indication>
</si>
The hex values for the above xml is the following :
0605040B8423F0DC0601AE02056A0045C60C033139322E3136382E302E312F626C616800010370757368000101
Thanks in advance