Looking at the code, I don't see anyway to do this. It just takes the schemas and feeds them to the JAXB generator. I'm not even sure if there is a way to get the JAXB generator to only produce code for a specific set of types. That would definitely require digging into the JAXB RI a bit.
Dan On Monday 06 August 2007 05:33, velidandas wrote: > Hi, > > I have a dynamic client working with complex type classes generated. > > But WSDL being referred has many classes to be generated which is > taking lot of time. > I want to optimize this by just generating only the classes required > to invoke the web > service. For example to invoke one web service method, I need one > input complex type > class and one output complex type to be generated, the current client > is generating around > 30 classes out of which I am using only two. > > Is there a way to do this? > > Thanks & Regards, > Srinivas. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
