开发者

Framework or tools for build wsdl with java

开发者 https://www.devze.com 2023-02-16 17:57 出处:网络
Is there any excellent tool in JAVA to deal with webservice or wsdl?开发者_开发问答 Yes. There is a standardized API (JAX-WS) that is even integrated into the Java standard API (the javax.xml.ws packa

Is there any excellent tool in JAVA to deal with webservice or wsdl?开发者_开发问答


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.


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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消