I am working on a android application which can send a SMS to a predefined no. I want that, the SMS send by mobile will receive by My apache server.
I surf net a lot. There are many services which provides-
A virtual no to send sms
When virtual no received a sms, it posted(May be Get Request) this to a predefined URL and data may be processed further.
These services are not free.
I just want to test all this on my local machine with Android Emulator, Apache Server and whatever needed.