Reputation: 21
In two way sms communication architecture,the second step is "SMS messages are sent from mobile devices to the SMS Gateway". How to achieve this from mobile device. I need to this on android.
Upvotes: 0
Views: 229
Reputation: 375
The Two-Way SMS Communication overview is described in the Worklight documentation and a more detailed description of the architecture is in the Two-way SMS Communication getting started, which also includes a code sample.
The second step of the architecture (sending SMS message from device to server) is done through the intermediation of a SMS Gateway that should be configured accordingly to forward specific SMS messages to the Worklight Server through the Receive SMS Servlet.
I haven't tested it myself, but you could potentially use this app or this other app to turn an Android device (with phone/SMS plan) into a SMS gateway to receive and route SMS messages to Worklight.
I hope this helps.
Upvotes: 0