Framework or tools for build wsdl with java

与世无争的帅哥 提交于 2019-12-24 05:02:36

问题


Is there any excellent tool in JAVA to deal with webservice or wsdl?


回答1:


Yes. There is a standardized API (JAX-WS) that is even integrated into the Java standard API (the javax.xml.ws packages) since Java 6, and multiple implementations thereof, such as Axis and CXF.




回答2:


Read about wsimport utility, which generates client-support code from the WSDL document (or URL pointing at service endpoint).




回答3:


If you are using Eclipse try Eclipse Web Tools Platform Project, it's good at my point of view and sufficient for me.

For IntelliJIDEA Web Services link




回答4:


If you're a Spring user, I'd recommend the Spring web service module. It makes using WSDL, creating web services, and implementing clients easy.



来源:https://stackoverflow.com/questions/5309366/framework-or-tools-for-build-wsdl-with-java

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