This attribute specifies the address that the PPG should use for notification of results. I receive the push on my phone but i can get any result notification on my server.
this is my PAP ducument : <?xml version="1.0"?> <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 1.0//EN" "http://www.wapforum.org/DTD/pap_1.0.dtd"> <pap> <push-message push-id="abcd" ppg-notify-requested-to="http://my_server:1100/wap/servlet" progress-notes-requested="false"> <address address-value="WAPPUSH=+919849103666/[email protected]"/> <quality-of-service priority="high" delivery-method="unconfirmed" network="GSM" network-required="true" bearer="SMS" bearer-required="false"/> </push-message> </pap>
