Need hoster have SMPP client with asp.net 2.0 and sql 2005

Need hoster have SMPP client with asp.net 2.0 and sql 2005 SearchSearch
Author Message
Amer Azzaz
New member
Username: Amer_azzaz

Post Number: 2
Registered: 05-2006
Posted on Wednesday, May 24, 2006 - 05:58 pm:   

Dear All
My Need summarize in: How to connect to diffrent GSM operator 24/24 and when
receiving an SMS I will update my Database,
Beacuse the user send an SMS and the GSM operator will send an SMS to my
application.

I need a solution or how to implement the process.
so, I want to know if your library installed on the hoster that support asp.net 2.0
Thank you for help
Best Regards,
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5997
Registered: 10-2002
Posted on Thursday, May 25, 2006 - 06:10 pm:   

Hi,

The APIs to interface with NowSMS are HTTP based.

So, when NowSMS receives a message from your SMPP connection, it will issue an HTTP request to a web server that is running your ASP.NET script. (We call this 2-way SMS, and more information can be found here: http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm).

To send an SMS, your application issues an HTTP request to the NowSMS server. Basic information on this can be found here:

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm
http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm

And, there is an ASP.NET example here of submitting a message here:

http://support.nowsms.com/discus/messages/1/5516.html

-bn