I need to generate and send SyncML OTA SMS. I have sms provider that can send binary sms. But I’m kind of stuck in OTA spec and will be really happy if you point me to any of these:
- An open source tool that can generate OTA sms out of some properties provided.
- A good overview or tutorial on how to make OTA SMS (OTA spec seems not readable at all)
Thanks in advance!
You need to Produce following OMA-DP XML document and submit it to your Service Provider Gateway. You must strictly follow the Format for the message to be identified as configuration message by the Phone. Also contact your Service provider and ask them if they can convert an XML submission to SMS on the fly. They will need to encode the XML into WBXML and then forward the message in PDU mode.
Here’s the Function in C# to produce above mentioned XML Document.