Have you tried with the downloadable source code provided with that
sample? mvn clean install tomcat:redeploy (providing you've configured
your Tomcat and Maven as given in that tutorial) should bring up that
WSDL with no difficulty.
Glen
On 11/06/2012 10:22 AM, Aenima wrote:
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.
--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza