i need to develop an sms service from iis web server. Iam new to this and i would appreciate any good tutorials on this.
Asked
Active
Viewed 1,777 times
0
-
poke around in google, when you have a problem, then post it here.. we'll definitely help then. – robobooga Jan 27 '11 at 07:59
-
Search the web for "SMS API" and you'll find many already exist. You are not going to write your own SMS service unless you're actually working at a telephone company. You will use someone else's service from your application. – Dan Grossman Jan 27 '11 at 08:01
-
My web app must send the sms. is it possible for the web app to send data to these sms-API? – user384636 Jan 27 '11 at 08:22
1 Answers
2
You will need..
1. An SMS gateway - Either free or paid, depending on country/carriers
etc.
2. The Web API(specific to your platform), mostly HTTP,SOAP or REST
based to the SMS gateway.So that messages to/from your application
can be translated by the gateway.
Take a look at these related topics..

Community
- 1
- 1

Robin Maben
- 22,194
- 16
- 64
- 99
-
i am thinking of using kannel and compile it using cygwin for running in windows. Will it work fine? – user384636 Jan 27 '11 at 08:21