Page 1 of 1

Binary

Posted: Wed Oct 29, 2008 1:15 pm
by ceezed
How do I send binary using SubmitSm?
I have the PDU (User Data Header, User Data and Message Data) for a WAP Push Service Indication message ... how do I submit it?

Posted: Thu Oct 30, 2008 6:00 am
by Mehedi

Posted: Thu Oct 30, 2008 7:17 am
by ceezed
I already have the WAP Push SI PDU (userdata, userdataheader, messagedata) in string format. I just need to be able to send this out (e.g. somehow send the userdata which I already have).
For example, do I need to specify SubmitSm.UserDataPdu ? If so, how and is there anything else I need to do to ensure the message is sent as a binary message?

Posted: Thu Oct 30, 2008 7:24 am
by Mehedi
Hello Ceezed,

I just used alt's code and able to send WAP Push. Did you try in alt's way?