Hi, i wrote a web service by using eclipse wtp, Axis2 plugin, Apache
Tomcat. created a dynamic project and setup all jars in class path as well as copied in web-inf/lib. created a client and trying to call the service. but it is failing to respond saying can not invoke the service. and in Server log it is showing API implementation failed.
one more thing i tried is created a main class in my web service dynamic project and created an Object to my service bean, tested.. there it works fine.. while making service call it is failing with classpath problems.. please give me suggestions ASAP.... thank you