I tried with 3.0.7 RELEASE and it doesn't work either. So i tried using maven and following the glen mazza guide at http://www.jroller.com/gmazza/entry/web_service_tutorial <http://www.jroller.com/gmazza/entry/web_service_tutorial> . I succesfully builded and deployed the war file but when i try to go to http://localhost:8080/doubleit/services/doubleit?wsdl <http://localhost:8080/doubleit/services/doubleit?wsdl> for a check I got the following error:
It seems that it can't find the DoubleItPortTypeImpl class, but I have created it into the service\src\main\java directory (as stated in the guide), and I can't find any clue about the cause of this error. Thank you, Marina -- View this message in context: http://cxf.547215.n5.nabble.com/ClassNotFound-exception-org-apache-cxf-transport-servlet-CXFServlet-tp5717965p5718007.html Sent from the cxf-user mailing list archive at Nabble.com.
