Discussion Board

Results 1 to 11 of 11
  1. #1
    Registered User doctordwarf's Avatar
    Join Date
    Jul 2003
    Location
    Finland, Tampere
    Posts
    1,113
    How can I handle receiving WAP Push messages?
    Currently I am mostly interested in just getting notification, that some WAP push message arrived.

    I have never worked with WAP staff, so every simplest advice will be valuable.

    1. Is WAP Push message an SMS message that I can hanlde by implementing MMsvSessionObserver::HandleSessionEventL?

    2. If so, how can I determine, that this is not a regular message, but a WAP Push message?

    3. Is there some way to simulate receiving WAP Push on the emulator?

    4. Is there some way to simulate sending WAP Push on the emulator? I can probably simulate receiving by sending mms and watching for new messages in outbox

    5. Have you heard of any tutorial or example of hanfling WAP Push?

    6. Any other ideas on how to handle WAP Push?

    P.S.
    If it matters, I need this for Nokia Series 60

  2. #2
    Registered User urskvkrishna's Avatar
    Join Date
    Jan 2008
    Posts
    21
    Hi,

    Iam also trying to do the same thing. Please let me know if you are able to listen for incoming wap push messages.

  3. #3
    Registered User csagar's Avatar
    Join Date
    Jun 2008
    Posts
    3
    Quote Originally Posted by urskvkrishna View Post
    Hi,

    Iam also trying to do the same thing. Please let me know if you are able to listen for incoming wap push messages.
    hi,same problem here , did you get any answer ???

  4. #4
    Regular Contributor Cleanup_Stack_PushL's Avatar
    Join Date
    May 2008
    Posts
    65
    1,wap push message is also an sms message
    2,you can read the message type attribute, sms, wap push, mms, report should have different type value

  5. #5
    Registered User csagar's Avatar
    Join Date
    Jun 2008
    Posts
    3
    Quote Originally Posted by Cleanup_Stack_PushL View Post
    1,wap push message is also an sms message
    2,you can read the message type attribute, sms, wap push, mms, report should have different type value
    hey, thnx a lot for reply..
    sorry, didn't get what you mean...could please elaborate please...
    my exact problem is--

    when a message would come how would you identify whether its a simple sms or a wap push message??

    thanks,
    csagar

  6. #6
    Regular Contributor diptendulkar's Avatar
    Join Date
    Aug 2008
    Posts
    128
    hello,
    anybody know how to read the text of WAP push message?
    Thanks & Regards
    Dip
    diptenduster@gmail.com

  7. #7
    Regular Contributor ssn.kishore's Avatar
    Join Date
    Feb 2008
    Location
    Pune, India
    Posts
    340
    Hello everyone,

    Please have a look at this thread.
    Regards,
    Sainagakishore Srikantham (Kishore)

    Don't Hope, KNOW!!! ---------- Visit me at http://ssnkishore.blogspot.com ----------

  8. #8
    Regular Contributor diptendulkar's Avatar
    Join Date
    Aug 2008
    Posts
    128
    Thanks Kishore
    Let Me test
    Thanks & Regards
    Dip
    diptenduster@gmail.com

  9. #9
    Regular Contributor diptendulkar's Avatar
    Join Date
    Aug 2008
    Posts
    128
    hello Kishore,

    I think your code will check in the Inbox entries


    if ( *entryId == KMsvGlobalInBoxIndexEntryId )
    {
    iMessageId = entry->EntryId();
    iPhoneNumber.Zero();
    iPhoneNumber.Append(entry->Entry().iDetails);
    }


    but i want to read the push message.. for example
    i am using a prepaid SIM and i want to check my balance for that i dail *123# and the service provider send me the current balance as a push message that will not store in any of the folder (INBOX) .

    PLEASE CORRECT ME IF I AM WRONG
    Thanks & Regards
    Dip
    diptenduster@gmail.com

  10. #10
    Regular Contributor ssn.kishore's Avatar
    Join Date
    Feb 2008
    Location
    Pune, India
    Posts
    340
    Hello Dip,

    I thought you wanted to read a WAP Push as you had asked for it in a thread related to WAP Pushes. I believe the "push message" are you talking about here is not created anywhere in the messaging server. I tried a small example myself and couldn't get a notification when I received the "account balance" push message. It's not even a global note for sure [ I've been battling with Global notes lately ]

    I think you should start a new thread for it and seek others' help. I will try to find something and will definitely post in the "new" thread.
    Regards,
    Sainagakishore Srikantham (Kishore)

    Don't Hope, KNOW!!! ---------- Visit me at http://ssnkishore.blogspot.com ----------

  11. #11
    Regular Contributor diptendulkar's Avatar
    Join Date
    Aug 2008
    Posts
    128
    Thnaks kishore,

    Do you know what these type of message called?
    Thanks & Regards
    Dip
    diptenduster@gmail.com

Similar Threads

  1. Wap push on nokia 7610 - Service message received from an unkown service
    By miklosb in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2004-09-28, 10:07
  2. problem to send Service Loading push message over 8310
    By alinesimon in forum Mobile Web Site Development
    Replies: 3
    Last Post: 2002-10-23, 07:08
  3. Problems receiving push message from external wap gateway
    By pkaustel in forum Mobile Web Site Development
    Replies: 0
    Last Post: 2002-10-08, 17:43
  4. problem to send a service loading message push for 8310
    By alinesimon in forum General Messaging
    Replies: 1
    Last Post: 2002-05-06, 12:39
  5. Problem to send a service loadinfd push message for 8310
    By alinesimon in forum Smart Messaging
    Replies: 1
    Last Post: 2002-05-03, 10:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved