Log-In  +1.248.286.2800

Java SMS SDK


Version: 2.9.0
Released: 10/03/2007

The Java SMS SDK provides easy, high-level control of the OpenMarket Exchange wireless text-messaging platform. The Java SMS SDK was designed to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the OpenMarket Exchange WMP (Wireless Message Protocol) servers. The Java SMS SDK makes it possible to send an SMS message with as little as two lines of code.





The Java SMS SDK provides a 100% Pure Java™ implementation. You can use it in all Java Runtime Environments including Windows, Linux, Solaris, and many more. The SDK has gone through rigorous testing to ensure a comprehensive, best-of-breed SMS SDK. In turn, the Java SMS SDK delivers a robust business solution for high-performance, Web-based applications in a variety of industries.

Download

Product Version Released Size
All Platforms
2.9.0 10/03/2007 351 KB

Examples

Quick Start for Java:

import com.simplewire.sms.*;

public class SendSMS
{
public static void main(String[] args) throws Exception
{
// Create SMS Object
SMS sms = new SMS();

// Set Message Properties
sms.setMsgPin("+11005101234");
sms.setMsgFrom("Demo");
sms.setMsgCallback("+11005551212");
sms.setMsgText("Hello World From OpenMarket!");

// Send Message
sms.msgSend();
}
}

Sign up for OpenMarket Newsletter

Register Now