Hi, I have a bunch of WSDL files which all use (/share) the same xml-element definities (XSD's) for their payloads. I use the "axis2-wsdl2code-maven-plugin" to generate the necessary clientside code, which includes xmlbeans bindings for everything. That works fine (*) but it is a per-wsdl approach.
Is it possible to give the "axis2-wsdl2code-maven-plugin" a LIST of wsdl files so that the xmlbeans bindings get only generated ones ? Or if not, is there some way to share the xmlbeans generated code amongst all generated axis client stubs ? This is really a blocker for me (and i don't want to abandone the axis2 approach). thx -wil- (*) except for the '"axis2-wsdl2code-maven-plugin" which don't get wrapped the jars, along with the xmlbeans XmlObject classes. And since they belong together they should be together in the resulting artifact IMHO (or at least in a separate JAR). **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm
