code generation from wsdl with common types
Pietro Boido <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CAJ1c3_3vc+6TGoJC=aOP5sdZtTBTcvNtEP8-6P-c1Jq5NQQL0w@mail.gmail.com> |
Hello, I have two wsdl files that use the same types defined in a common xsd file. How do I generate the java code with xmlbeans binding, without duplicating the common types? Thank you.