Generating Client JAVA code for WSDL using SOAP UI
Join the DZone community and get the full member experience.
Join For Freecreate a soap ui project using your wsdl.
set the preferences in soap ui for axis2 home directory.
right click on the wsdl in soap ui and click generate code.
select adb binding and the following settings and click generate
following is the directory structure and code files generated.
that’s it, you can now use this code from you ide by importing it.
ps: you will need to add the axis2 jars to your project class path.
for more details visit my blog @ http://nitinaggarwal.wordpress.com/
Opinions expressed by DZone contributors are their own.
Comments