Unable to create new urlConnection refused: connect

Unable to create new urlConnection refused: connect SearchSearch
Author Message
Kishore
New member
Username: Kishore0522

Post Number: 1
Registered: 03-2013
Posted on Thursday, March 21, 2013 - 04:42 am:   

I Was trying to send a message but i wasnt able to do that


sendsms send = new sendsms();
send.init();
sendsms.server ="http://127.0.0.1:8800/";
sendsms.user = "test";
sendsms.password = "test";
send.phonenumber="xxxxxxxxxx";
send.text="This is a test message";
send.send();
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4326
Registered: 08-2008
Posted on Thursday, March 21, 2013 - 03:58 pm:   

Hi,

Do you have NowSMS installed?

With its service running?

Can you open http://127.0.0.1:8800 with a web browser on that same PC?

--
Des
NowSMS Support
Kishore
New member
Username: Kishore0522

Post Number: 2
Registered: 03-2013
Posted on Friday, March 22, 2013 - 04:25 am:   

No I Could not Open it in my system
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4330
Registered: 08-2008
Posted on Friday, March 22, 2013 - 02:28 pm:   

Do you have NowSMS installed?

Do you have any type of SMSC connection (or GSM modem)?

If the answer to either of these questions is No, then what you are attempting will not work, as that example is expecting to connect to a NowSMS server.

NowSMS is not a replacement for a bulk SMS or MMS service provider. You need a connection to an SMS service provider, or a GSM modem, before you can send any messages with NowSMS.

NowSMS is a middleware tool which simplifies the process of connecting to one or more of these SMS service providers and/or managing one or more GSM modems.