My question is what code I have to write for SMS System in my website? (In visual basic language. not c#)
It impossible to give any code examples until you have found a suitable service provider. All providers use different interfaces, although they may have similarities.
It impossible to give any code examples until you have found a suitable service provider. All providers use different interfaces, although they may have similarities.
Okey I found this service: http://www.webservicex.net
Send SMS India is here : http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=21
I found some new(for me these are new) terms like: Endpoint, Disco, WSDL. What are these things?
Now explain me how can I use this service.
My Blog on Computer and Technology: http://blogs.antarjaal.in/takneek/
My Blog on Web Development:
http://blogs.antarjaal.in/webvikas/
Open Visual Studio 2008 and then open your mobile web application. Right click your project node and choose
Add Service Reference (WCF client). In the dialog box enter the Url
http://www.webservicex.net/sendsmsworld.asmx?WSDL . Click Go and then
Add. Visual Studio 2008 will create the code automatically for you.
Here is a good article on Sending SMS in C# using AT Command GSM Modem. There is a Sample Project for Download. If you need more information on this please feel free to ask to CodeGlobe Contributors
futureking
Member
14 Points
94 Posts
How to send SMS from ASP.NET3.5
Feb 13, 2008 07:46 PM|LINK
I have a website http://www.vibgyorlife.com
VibgyorLife.com also provides sms and quotes of various categories. I want to add one more functionality in it.
I want my visitors can send sms to any mobile phone in INDIA directly from my site for free.
I am not expert on asp.net so please provide full procedure and code.
sms from web
My Blog on Web Development:
http://blogs.antarjaal.in/webvikas/
gunteman
All-Star
22406 Points
3305 Posts
Re: How to send SMS from ASP.NET3.5
Feb 13, 2008 09:14 PM|LINK
This can't be solved using only ASP.NET. You have to use some kind of SMS service provider.
Google search: sms india webservice
futureking
Member
14 Points
94 Posts
Re: How to send SMS from ASP.NET3.5
Feb 13, 2008 09:55 PM|LINK
I know that It can't be solved using only ASP.NET.
Please use vb language while posting code. I can't understand c# code.
My Blog on Web Development:
http://blogs.antarjaal.in/webvikas/
gunteman
All-Star
22406 Points
3305 Posts
Re: How to send SMS from ASP.NET3.5
Feb 13, 2008 10:01 PM|LINK
It impossible to give any code examples until you have found a suitable service provider. All providers use different interfaces, although they may have similarities.
futureking
Member
14 Points
94 Posts
Re: How to send SMS from ASP.NET3.5
Feb 13, 2008 10:26 PM|LINK
Okey I found this service: http://www.webservicex.net
Send SMS India is here : http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=21
I found some new(for me these are new) terms like: Endpoint, Disco, WSDL. What are these things?
Now explain me how can I use this service.
My Blog on Web Development:
http://blogs.antarjaal.in/webvikas/
gunteman
All-Star
22406 Points
3305 Posts
Re: How to send SMS from ASP.NET3.5
Feb 14, 2008 05:17 PM|LINK
Common terms when programming with webservices, e.g WSDL=Web Service Description Language
http://www.codeproject.com/KB/cpp/SendSmsThroughWS.aspx
(not very good reviews...)
Choose "Add web reference..." in Visual Studio, enter the URL to the web service. Start coding.
SKT_01
Participant
1930 Points
435 Posts
Re: How to send SMS from ASP.NET 3.5
Feb 14, 2008 07:15 PM|LINK
Open Visual Studio 2008 and then open your mobile web application. Right click your project node and choose Add Service Reference (WCF client). In the dialog box enter the Url http://www.webservicex.net/sendsmsworld.asmx?WSDL . Click Go and then Add. Visual Studio 2008 will create the code automatically for you.
Hope it helps.
irisweb
Member
26 Points
9 Posts
Re: How to send SMS from ASP.NET3.5
Apr 23, 2009 10:26 AM|LINK
http://codeglobe.blogspot.com/2009/02/sending-sms-in-cnet-using-gsm-modem-and.html
Also there is AT Command Set of Sony Ericssion
http://codeglobe.blogspot.com/2009/02/at-command-set-for-sony-ericsson.html