hi friends

i have developed an application for bank accounts. Its a web
application and my server is Tomcat 5.0. my requirement is that user
could sms (from their mobile) to my application. In the SMS they will
provide their account no and in response my application will send a
sms
to their cell phone giving them their current balance.

and iam using now sms as a gateway and we configured it.. and i
connected my mobile as amodem to Pc

Now im very new to this mobile technology. im confused that whether i
have to use J2ME or JMS or what. And what other things i require.
The Mobile and application has to do nothin with each other(means they
r not connected in any way).
So i think i need services from a Service Provider. But from
technology pt of view what i'll use??

If any body knows which tech. to use and flow of such application pls help.
thanx...


Basha

Recommended Answers

All 5 Replies

This link will help you on how to configure NowSMS to read incoming messages and forward them on to an HTTP URL (which could be your servlet, JSP whatever).

I had already told you in one of your previous threads to check the reference manual of NowSMS for that, but it seems like you are just more interested in ready made answers.

In the URL (JSP / Servlet / ASP / PHP /...) that you make (and set in the "Command to Execute" field) all you have to do is set the content type to "text/plain" and whatever text you return in the response will be sent back to the user who sent the message.

Also I had already mentioned it to you that your SMS speech is irritating, this is the last post of yours I am reading if you keep it up.

<ignore>

Iam getting the following error
Command not completed .Request returned invalid contentype:text/html

hi can i give the command to execute as below....

this http://localhost:8080 is tomcats url and amount.jsp is the one i want to execute.. plz assist me in this...


http://localhost:8080/amount.jsp?Sender=@@Sender@@&Text=@@FullSMS@@


This link will help you on how to configure NowSMS to read incoming messages and forward them on to an HTTP URL (which could be your servlet, JSP whatever).

I had already told you in one of your previous threads to check the reference manual of NowSMS for that, but it seems like you are just more interested in ready made answers.

In the URL (JSP / Servlet / ASP / PHP /...) that you make (and set in the "Command to Execute" field) all you have to do is set the content type to "text/plain" and whatever text you return in the response will be sent back to the user who sent the message.

Also I had already mentioned it to you that your SMS speech is irritating, this is the last post of yours I am reading if you keep it up.

Iam getting the following error
Command not completed .Request returned invalid contentype:text/html

I have given like this
http://localhost:8080/amount.jsp?Sen...xt=@@FullSMS@@&conten type:text/html

and checked that command response text box also
But iam getting above error..

instead of above urlk i tried this..
http://192.163.1.102:8080/amount.jsp?Sender@@SEND@@text=@@FullSMS@@&conten type:text/html

But got the same error..plz try to hel me in this..

Iam getting the following error
Command not completed .Request returned invalid contentype:text/html

hi can i give the command to execute as below....

this http://localhost:8080 is tomcats url and amount.jsp is the one i want to execute.. plz assist me in this...


http://localhost:8080/amount.jsp?Sender=@@Sender@@&Text=@@FullSMS@@

Read my first post carefully, I had said set the content type in your servlet to text/plain not text/html and do you always have to quote the previous message whenever you are replying ???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.