Questions tagged [way2sms]

24 questions
1
vote
1 answer

Need to setup a local portal that sends free SMS

One of my customer is asking for setting up his own sms gateway, where his employees share sms freely. I suggested him to go with 1 of the bulk SMS API offered by other vendors. But he is willing to setup his own. So when i went through different…
sravis
  • 3,562
  • 6
  • 36
  • 73
1
vote
0 answers

How to fill a form after successful login

I am trying to send sms via way2sms using HttpComponents. So far the login attempt to the site is successful, as the login history of the website clearly shows it and I am able to get the JSESSIONID successfully from the cookie. However the code…
0
votes
1 answer

FileNotFound Exception while sending SMS through way2sms webservice

I am using AswinAnand Free SMS Web service. While running below code, I am getting below exception. Please direct me to the right way. try { SMS.send("9884840204", "*****", "9884840204", "Hello Java World"); …
Srinivasan
  • 11,718
  • 30
  • 64
  • 92
0
votes
2 answers

Way2SMS python code not sending SMS whereas POSTS returns Success

I get Successful status code for my POST requests , Login is working fine , but the SMS is not sent I have gone through all codes on internet, most of them are out-dated, as the site has changed its code. import requests as req def…
Dave Paul
  • 11
  • 3
0
votes
1 answer

How to send sms using way2sms from localhost

I want to send SMS using way2sms api from localhost. How can I send SMS from localhost using way2sms api?
Rohan Hapani
  • 139
  • 1
  • 3
  • 16
0
votes
1 answer

scraping way2sms with mechanize

I am trying to send an sms with by scraping way2sms.com, but I am unable to login into way2sms.com using mechanize. I am using following code to submit the login form. import mechanize br =…
0
votes
1 answer

How to identify login successful using Httpwebrequest and httpwebresponse?

I doesn't understand how do I check login is successful or not. How can I check login success using httpwebrequest and httpresponse? my Code using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using…
Ajay
  • 6,418
  • 18
  • 79
  • 130
0
votes
1 answer

Why is an element showing in Firebug is not showing in page source code?

I am having a bizarre experience with Way2sms.com. When I log in and try to send a sms, there is this Send SMS button which I should click to do it. Now on checking this button out with Firebug, it shows a input element with a class of schButton.…
SexyBeast
  • 7,913
  • 28
  • 108
  • 196
-1
votes
6 answers

sending sms through way2sms help needed

I am building a desktop app in Visual C# 2.0 that can send sms through way2sms.com. anyone of you ve tried such thing...? please help.
Amit
  • 25,106
  • 25
  • 75
  • 116
1
2