Binary

Smpp v3.4 client

Moderator: alt

Locked
ceezed
Posts: 13
Joined: Wed Oct 29, 2008 1:08 pm

Binary

Post by ceezed » Wed Oct 29, 2008 1:15 pm

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?
Mehedi
Posts: 7
Joined: Thu Aug 07, 2008 8:03 am
Location: Dhaka, Bangladesh

Post by Mehedi » Thu Oct 30, 2008 6:00 am

M A A Mehedi Hasan
ceezed
Posts: 13
Joined: Wed Oct 29, 2008 1:08 pm

Post by ceezed » Thu Oct 30, 2008 7:17 am

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?
Mehedi
Posts: 7
Joined: Thu Aug 07, 2008 8:03 am
Location: Dhaka, Bangladesh

Post by Mehedi » Thu Oct 30, 2008 7:24 am

Hello Ceezed,

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