Java SMS API (SMS Webservice Gateway)
Developers rejoice! Look no further! Finally when a client asks you to implement SMS functionality to their online applications you can tell them No problem! Spedmo offers you a simple API to which give you access to over 600 networks in 200 countries for outbound SMS messages.
Full support is provided for our Java SMS API with help provided in establishing accounts and getting started implementing SMS to your Java application. For all support requests please visit our contact form.
By simply adding 3 lines of code in your Java application you'll be sending SMS messages in no time.
SpedmoMessageService messageService = new SpedmoMessageService("spedmo", "soapCode");
messageService.createSms("61412345678", "G'day mate!");
messageService.send("61412345678"); // send message(s)
Download and get started now!
Simply download the following Java libraries.
Log into Spedmo with you account (or create one here) and create your webservice account for your java "soapCode".
Now unzip the Spedmo Java SMS API package and add Apache Axis to your classpath. Update the example client to use your Spedmo "username" and "soapCode" and run.
You've just sent your first SMS!
|