Hi All!!

I am looking for Generating sms via web services,but dint able to
figure out yet.

I have gone through some links,but really dint able able to capture
the sms gateway concepts as well few attributes,

 public void msgsend() {
          String username = "MySMSUsername";
          String password = "MyPassword";
          String smtphost = "MySMSHost.com";
          String compression = "My SMS Compression Information";
          String from = "[email protected]";
          String to = "[email protected]";
          String body = "Hello SMS World!";
          Transport myTransport = null;
}
i copied it from the link :
http://stackoverflow.com/questions/2234613/how-to-send-sms-using-java

Need Help .

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to