HessianProxyFactory factory = new HessianProxyFactory();
SMSEngine engine = (SMSEngine) factory.create(SMSEngine.class, "http://localhost:9292/sms-engine/service");
try {
engine.sendSMS("79053673205", "sms sending test");
System.out.println("sms sent");
engine.sendSMS("79053673205", "sms sending test");
System.out.println("sms sent");
engine.sendSMS("79053673205", "sms sending test");
System.out.println("sms sent");
engine.sendSMS("79053673205", "sms sending test");
System.out.println("sms sent");