We have a requirement where we need to develop a webservice client based upon JAXB. We have only the WSDL url with us. Is there any such tool exist which c
I know it's old, but if anybody else stumbles about it:
A WSDL contains the schema for the domain objects in between the -Tag.
The default tool xjc can parse wsdl with the -wsdl command line option.