Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] New Web Service question

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 <vanrijnharry@xxxxxxxxx> 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
wtp-dev@xxxxxxxxxxx
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 - Community. Code. Collaboration. 


Back to the top