Statusquery-message

Statusquery-message SearchSearch
Author Message
Anonymous
 
Posted on Friday, May 20, 2005 - 03:29 pm:   

Hi

I want to get the status of a previously sent push message and I am doing like below but I have no result.

Content-Type: multipart/related; boundary=sv-boundary; type="application/xml"
--sv-boundary
Content-Type: application/xml

<?xml version="1.0"?>
<!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 2.0//EN" "http://www.wapforum.org/DTD/pap_2.0.dtd" [<?wap-pap-ver supported-versions="2.0,1.*"?>]>
<pap>
<statusquery-message push-id="pushIdAlin">
<address address-value="phonenumber"></address>>
</statusquery-message>
</pap>
--sv-boundary

What do I have to do to get the status for a message that has been sent from the nowSMS to the mobile device? How do I know if the mobile device got my message?

alin
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4604
Registered: 10-2002
Posted on Thursday, May 26, 2005 - 06:46 pm:   

Sorry, but we do not support any status reports via the PAP interface.

My advice to people who are sending out WAP push notifications is that they should add a custom tag to the URL in each WAP push message. Then have your web server that is serving up that URL look for the tag so that it can determine which recipients have actually opened the link.