Re: [java ee programming] Re: Sending Message

2009-12-30 Thread Piyush Patel
hi, i have done similiar project. you can do it two way 1.connet mobile to pc and send sms from mobile 2. send sms through bulk sms provider. in the first case you have to use java com api for mobile-pc communication you can download it from http://javanext.wordpress.com/java-comm-api-instalation/

[java ee programming] Re: Sending Message

2009-08-13 Thread Tutai Dalal
First you have to contact with a mobile network service organization to authenticate yourself, Then you will get a get-way to send any sms. Thanks - Tutai. - Original Message - From: Lakshmikanth J To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Thursday, Augu

[java ee programming] Re: Sending Message

2009-08-13 Thread Mansee Mongia
Check this for sending sms from a java program: http://www.java-samples.com/showtutorial.php?tutorialid=22 On Thu, Aug 13, 2009 at 6:15 AM, Lakshmikanth J wrote: > Hi I want to send a SMS from a java program.can anyone help me? > > Thanks in advance. > Kanth > > > > -- Mansee Mongia Have a gr

[java ee programming] Re: Sending Message

2009-08-13 Thread pacior
Try to do important thing which is using webservice from Your Java application. Maybe this address will work: http://www.aswinanand.com/sendsms.php Here is very good webpage for web services http://www.xmethods.net/ I wish You luck On 13 Sie, 17:15, Lakshmikanth J wrote: > Hi I want to send a