First things first. Don't hijack threads. Start a new post. As far as your question goes, the class you are after is the OutboundWapSIMessage.
set all the parameters needed and call getPduUserDataHeader() to get the UDH. Something similar is done in the ClickatellHTTPGateway.java As far as sending multiple parts I'm not sure if your provider is responsible for the splitting or not. You cant just send the data from each pdu to the same user since the phone will have to know its a concat message or else it will treat each send as a separate message. On Dec 11, 1:51 am, moschous <[EMAIL PROTECTED]> wrote: > Hi, > > i need to use the smslib, just to generate the pduUserData and > pduUserDataHeader, and then use those data to call another http API > provided by a partner of ours in order to deliver the SI message. > > the http interface which is called after the pdu generation is like > this (below): > > http://some.service.com/mtbin.php?oa=xxxxx&da=+306xxxxxxxx&udh="+msg.getPduUserDataHeader()+"&txt="+msg.getPduUserData() > > The problem i am facing has to do with the lenght of the text included > on the SI message. The maximum i can send is 78 characters for latin > letters and 39 characters for greek letters. > > what should i do in order to be able to deliver bigger messages ? > > please give some tips, because i am not so much familiar on this > library. > > Thank you very much! > > manos > > On 10 Δεκ, 18:10, Scorpion <[EMAIL PROTECTED]> wrote: > > > HI > > Thanks for your timely and quick reply. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
