sethathi
|
hi,
Can someone please tell me how i can make my mobile app send SMSes through the websites that allow users to send free SMSes? mostly these website belong to mobile operators. thanks in advance. |
20/04/09 12:41 PM |
|
astrient
|
If you know the webpage you can open a HTTP connection from your J2ME app that submits form arguments to the page.
For example, if the operator site needed the phone number and message to send a text message; You could send an HTTP post to the page with the proper parameters: the phone number and the message. |
21/04/09 8:38 AM |
|
sethathi
|
thank you very much astrient! |
21/04/09 3:00 PM |
|
|