I have successfully setup XML RPC server, but when i try to test that it throws following exception,

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/commons/util/XsDateTimeFormat
    at org.apache.xmlrpc.serializer.DateSerializer.<clinit>(DateSerializer.java:29)
    at org.apache.xmlrpc.common.TypeFactoryImpl.<clinit>(TypeFactoryImpl.java:70)
    at org.apache.xmlrpc.common.XmlRpcController .<init>(XmlRpcController.java:28)
    at org.apache.xmlrpc.client.XmlRpcClient.<init>(XmlRpcClient.java:50)
    at com.edb.jws.test.XmlRpcTest.main(XmlRpcTest.java:28)


I have tried to fine this org.apache.ws.commons.* but no success. Kindly, tell me where I can find these classes ??

Good Day
Shahid

Reply via email to