Is there any good JAVA lib for playing with WSDL's and WS-* bindings?

删除回忆录丶 提交于 2019-12-26 05:03:06

问题


Is there any good JAVA lib for playing with reading from WSDL's and connecting to WS-* bindings?


回答1:


Take a look at Apache Axis2 - one of the most popular java webservices framework. It has multiple Java - XML binding methods (e.g. JAXB, ADB).

A good alternative would be Metro (from Sun, part of the GlassFish stack) or Apache CXF (previously called XFire)

For a summary: Wikipedia




回答2:


Does Apache CXF or Apache Axis suit your needs?




回答3:


In case you want play and write WSDL elements you can use Wsdl4J JSR implementation which is what even Axis uses behind the scene. This gives u a nice API to read and write WSDL elements



来源:https://stackoverflow.com/questions/2525636/is-there-any-good-java-lib-for-playing-with-wsdls-and-ws-bindings

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