WMA Question
Hello,
I want to make an application which uses JSP for local data storage in mysql tables.
Then I want to use WMA for sending SMS to selected numbers stored in the database based on certain conditions.
Could this be done through WMA and JSP.Can these both be integrated with each other ?
Any guidance or documental reference on this will be higlhly appreciated.
thanks,
savdeep.
[422 byte] By [
svasu60a] at [2007-10-3 4:50:43]

it will be better to use an smsserver like nowsms
http://www.nowsms.com/downloads/smsmmsgateway.htm
but if you want use a mobile phone, you just need to have a java server for the jsp. you connect your midlet to your jsp and get the response (the numbers will be in the response!) . parse the response and send sms until the end of the numbers ...
thanks for ur response supareno
I will be using Tomcat for JSP and mysql on Win OS.
Can u please explain this point of urs :
you connect your midlet to your jsp and get the response (the numbers will be in the response!)
parse the response and send sms until the end of the numbers .....
I believe all the condition checking on which number to send SMS and which not will happen in JSP part.
WMA will only be used to send SMS....
JSP will interact with WMA module when there is need to send SMS.
Please suggest m i right on this ?
Looking forward to hear more from u.
thanks again for ur help
savdeep