Hello,
I have on the one hand a wsdl url/file and on the other hand a number
of xsd schema files (are the latte called binding files?).
All of these describe a webservice that I would like to consume using
jax-ws.
I understand I need to generate client stubs using the wsimport
utility.
I have a requirement for one distinct package per xsd schema/binding
file for the generated stubs files. The generated stubs for the wsdl
would be located in another package.
Is this possible? If so how?
What is more, I don't fully understand the difference of intent between
files generated against the wsdl and files generated against the xsd
binding files as when using wsimport. Can someone please explain?
Regards,
Julien.
Disclaimer: I posted a similar question on StackOverflow