i'm facing a problem that i can send sms using normal java class,but when i put the same code in my restful web service this exception shown :
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)