I am using JAXB for binding. And am using a External binding file to specify the pacakge for all the schemas used in the WSDL.
Q1. Is there a easier/cleaner way to specify a single package name that should be used for all the schema element (instead of having the big long external binding file). Q2. Does the WsGen task support passing arguments to the XJC task? E.g. if I want to use JAXB-Commons-lang pluging or setter injector to add Set methods to the JAXB classes.
