Hi Harry, I don't think this is an IDE issue. It may be, but I think there may be a namespace issue as well. Tomcat 10 has moved to the jakarta.* namespace, whereas CXF 3.4.1 is still using javax.*. You may need to use Tomcat 9.x until CXF has moved to jakarta.*.
Ivar On Sun, Jan 3, 2021 at 10:09 PM Harry van Rijn <[email protected]> wrote: > Hi, > > I try to build a webservice on "eclipse 2020.12" with "New webservice". > I use "apache-cxf-3.4.1" and "apache Tomcat 10". > Following the instructions of some simple examples gave me a hopeless > result. > During generating messages appear that say: use some WSD file. > Or the Java class where I expect the generated annotation is corrupted. > Or invoking an "Endpoint" Method results in exceptions. > > Is it that difficult to create a webservice and deploy it and invoke its > methods? > > If somebody can help me with finding information/documentation regarding > this, that would be fine. > > Greets, > Harry > _______________________________________________ > wtp-dev mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/wtp-dev > -- Ivar Grimstad Jakarta EE Developer Advocate | Eclipse Foundation, Inc. Eclipse Foundation <https://www.eclipse.org/> - Community. Code. Collaboration.
_______________________________________________ wtp-dev mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/wtp-dev
