Ulf Dittmer wrote:Yes, wsdl2java creates Java client code from a WSDL.
The first result I get on Google for "ant wsdl2java axis2" is the page you're looking for.
H Paul wrote:It depends on what web service runtime (implementation, soap stack) you're using.
Say, for JAX-RS RI, use wsimport command. Google for ant with wsimport for example.
As for other implementations, something like wsdl2java (not sure the specific command name).
Check with the web service runtime (implementation, soap stack) you're using.