|
Thanks for replay..Then say how can i get such web service to send SMS.For phone dialing the web service is needed?.
Thanks you
Sanuji Pillai
|
|
|
|
|
Hi,
I am facing the same problem that how to send sms from jsp page by using web services.
Please help.
Thanks
Islam
|
|
|
|
|
Hai Folks....
If anybody looking for to send SMS from your php page or jsp or from any other web scripts
no need to create any hectic code. i got a solution for you. ust use the given ling (URL) to send sms from your php / jsp application.All you needed is an account in way2sms (http://site2.way2sms.com/content/index.html)
all rite.. Hope Now you have an account in way2sms with USERNAME and PASSWORD
All you need to do is call this url from ur php/jsp application with parameters
* You have to pass 4 parameters along with the URL to send SMS
http://www.hashsolutions.in/demo/sendsms/sendsms.php?rec=94xxxxxxxx&message=messagebody&user=9400xxxxxxxx&password=sujidivakar
Let me Explain
rec="The receiver num to whom you want sens sms"
message="Body of the message that you wanna send"
user="Your way2sms username(phone num)"
password="password of your way2sms account"
Now Check it out and enjoy... Happy coding folks....
If you friends think this link is helpfull please give a like to our FACEBOOK link given below
https://www.facebook.com/hashsolutions
Friends.........,For your any valuable suggestion and doubts please feel to write Me @
sujidivakar@gmail.com
Ma FB account
https://www.facebook.com/sujidivakar
Hash Solutions, Cochin
http://www.hashsolutions.in/
|
|
|
|
|
its nt working with my jsp page.it says invalid login
|
|
|
|
|
I am trying to paste HTML content which i get from another source as String, which contains style information in the head and actual message content in the body tags.
when I paste the HTML using range.PasteHTML ( Java sript ) on to iframe, it will not copy the Style information so whatever the formatting the actuallt text data contains will not be pasted on to the iframe.
this issue happens on IE7 but works fine for Mozilla Firefox 2.0.0.20.
The issue is, formatting gets disappeared when i copy the html text on to ifame in IE7
modified on Wednesday, October 21, 2009 1:32 AM
|
|
|
|
|
|
Passing it to where ?
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Hii Christian Graus,
First of all Thanks for ur reply ...
If i want to inform some information to users(Participants/members) ..then automatically make call to user (from the contacts from database) and play the prerecorded audio file.
Which is the possible way for that?????
Urgently needed !!!!!!!
|
|
|
|
|
The best way would be to buy a VOIP phone system, install it on the server and read the manual that comes with it to see what you can do.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
When I paste a REST call into my browser address bar, before I am authenticated, I am redirected to a login page on the service's web site. I log in and receive a cookie, which authenticates subsequent REST calls or user oriented page requests.
When I recreate the login screen locally and perform the same HTTPS POST that the online login screen performs, I get the error 422 - Unprocessable Entity. I have compared my POST request and that from their login screen, and there are precisely two headers that differ, being "Referer" and "Cookie". Even when I set these headers in my request to the same values as in their request, I still get the same error.
|
|
|
|
|
You're gonna have to dig into how the authentication works for this particular service. My guess is, you can't re-use cookies between sessions (as this would enable replay attacks); you'll have to pay attention to the cookie set by the login page and return that when making future requests.
|
|
|
|
|
This is a terrible way to implement authentication for a REST service that I'm quoting to write a .NET wrapper for. Do you think they maybe want me to redirect to their login page, auto-populate the fields, get the cookie, then resume normal automated service with the wrapper?
What confuses me no end is that the response to my unauthenticated GET is the actual HTML of the login page, not a redirect, and once rendered, the login page they send me doesn't work from my site.
They do send a fresh authenticity_token value with each new login form rendered, I scrape this and include it in the form data, just as they do, Still nought.
|
|
|
|
|
Well, yes, that would be a lousy way for them to have implemented it. However, that doesn't mean they didn't...
There's one other thing that bugs me about this... a 422 status code is a bit unusual, and really shouldn't be used for a straight authentication error or malformed request. If you are able to ask the developers involved what their game is here what wrapper they're using to generate the REST API, that might help.
|
|
|
|
|
I asked two days ago for more info, and today I got a one line email, "Will you send me a quote?"
I said the quote hinges very heavily on me getting the authentication going. Maybe next week I'll get another reply - in the time being I have their Ruby wrapper to pore over and learn.
|
|
|
|
|
|
My problem isn't in Ruby, I was just hoping to glean some info about the auth from the Ruby Gem, but it does no auth either.
|
|
|
|
|
You commented https plus error 422 - Unprocessable Entity then Ruby. And I pointed you in the wrong direction.
Sorry to have wasted your valuable time 
modified 1-Aug-19 21:02pm.
|
|
|
|
|
I didn't down vote you, but perhaps you were down voted because you never actually ask a question. I don't see a single question mark in all of that text.
Visual Studio is an excellent GUIIDE.
|
|
|
|
|
Perhaps me describing a problem, in detail, I couldn't solve on my own after hours of trying, on a community help forum, is an implicit question? I mean I'm not describing the problem to help others introduce it to their own systems, and I don't like ending with the default question of "What is wrong?"
|
|
|
|
|
I have been having similar problems, would appreciate any help!
|
|
|
|
|
Some of the stuff you mention doesn't make full sense to me, but I like to use Fiddler when working with network traffic. That way I can analyze exactly what would be sent/received in a typical scenario and compare it to what I am sending/receiving from code.
Visual Studio is an excellent GUIIDE.
|
|
|
|
|
Hiiiiiiii to all
any one can tell that how to make a page like this http://mobile.domainname.com in details
what the procedure to do this......
rizvan sivally
|
|
|
|
|
sheemap wrote: any one can tell that how to make a page like this http://mobile.domainname.com in details
Probably, but why should they?
sheemap wrote: what the procedure to do this......
buy a book and learn.
The idea is you ask a specific question and get an answer. Nobody is going to do your work for you.
Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP
|
|
|
|
|
Enroll to a school and study web page designing...for you to learn more about it. 
|
|
|
|
|
sheemap wrote: how to make a page like this http://mobile.domainname.com
Write code.
“Follow your bliss.” – Joseph Campbell
|
|
|
|