Is setting up a server runtime necessary to generate a web service client with CXF in Eclipse?

佐手、 提交于 2019-12-18 08:47:31

问题


When I go to file -> new -> other -> web services -> web service client in Eclipse and select the "Web services runtime" I see "Apache CFX 2.x", but the finish button is disabled and I get the following in the dialog box:

"Choose from the list of runtimes and deployment servers, or use the default settings."

Do I really have to setup a server in order to generate a web service client with CXF in Eclipse?

Thanks in advance.


回答1:


Yes it does seem so.

The CXF client runs in a "Dynamic Web Project" which needs a server runtime. See this link on the Eclipse forums



来源:https://stackoverflow.com/questions/4406752/is-setting-up-a-server-runtime-necessary-to-generate-a-web-service-client-with-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!