Simon Laws wrote:
Well same here. I think we have to get pretty close to where the DOMs are generated by JAXB and before the DOMs start getting parsed by Tuscany.Simon
Please take a look at my fix for TUSCANY-3267 (r813785). For this fix I inserted code into Interface2WSDLGenerator to modify the schema at the point where JAXB has generated the DOM but before it is loaded by Tuscany. I think this would be the correct point to do other similar post-processing modifications. Simon
