i'm facing a problem that i can send sms from normal java class,but when i put the same code in my restfull web service i got this exception :
SEVERE: The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/PostMethod at com.textmagic.sms.TextMagicMessageService.<init>(TextMagicMessageService.java:63).
thanx :).