How to run wsdl2Java from Ant?
Hello!I'm playing around with axis2.
I have generated a aar and deployed it in a webserver, seems to work fine.
Now I would like to be able to generate the client code like:
sh wsdl2java.sh -uri http://127.0.0.1:7031/axis2/services/mywebservice?wsdl -o /home/fredrik/mywebservice/client
(This works perfect)
But I would like to be able to do the same but with ANT. I can not find any example where they do the same so if any one got any example for me it would be great!
Best regards
Fredrik
