How to automate generation of java SOAP client?
I remember AXIS has a tool for generating the source code for a java web service (SOAP) client and I just did a google search and found a few more.
What is your favorite open source (free $) tool that will interrogate a web service (in my case, it is a .NET web service) and generate the java source code for a custom client to call those functions exposed by the web service?
Thanks,
Siegfried

