Im new in Java (and in this site). I have a task in my job to create a Java application that will forward messages to a gateway that will send it out as SMS messages (to the phone number of other employees of my firm). I think that HTTP is the simplest method to send data from one application to another. As I know Java has native method calls to submit HTTP requests. I will post the messages through HTTP GET or HTTP POST method to the gateway. I also found a gateway that will probaly suit my needs (if you are interested you can google: SMS Gateway - Java SMS API, Java database sms example) but I am not sure this is the best way. Do you think HTTP GET an POST is the proper way? Do you have any recommendations to my project?

Thanks and regards,

Susanto