Is there any good JAVA lib for playing with reading from WSDL's and connecting to WS-* bindings?
Would you give an example with source on how to use them please.
Blender
2010-03-26 18:19:52
http://ws.apache.org/axis/java/user-guide.html is a great starting place.
Jim Kiley
2010-03-26 18:50:25
+1
A:
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
pitpod
2010-03-26 18:22:00
A:
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
Fazal
2010-03-26 18:40:00