Hi Fathima, Since it is NoClassDefFoundError, I have checked the content of the that dependency which you have added in that pom file.
>> <dependency> >>> <groupId>axis</groupId> >>> <artifactId>axis-jaxrpc</artifactId> >>> <version>1.3</version> >>> </dependency> >>> >>> Seems to me that the *ServiceException *class is there. Try to rebuild the project with forcing to update repositories. Eg: *mvn install -U* Thanks. Regards, -- Milan Harindu Perera Software Engineer *WSO2, Inc* (+94) 77 309 7088 lean . enterprise . middleware <http://lk.linkedin.com/in/milanharinduperera>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
