On Nov 7, 2012, at 10:38 AM, Steve Revilak <[email protected]> wrote:

>> I really don't think there is anything we can do about this as its the way 
>> JAXB works (and it's really poor design on googles part).  About the only 
>> think you can really do is to download all the wsdl's, merge the schema 
>> sections together into a full schema that includes all the various types, 
>> and then use that for the basis of the code generation.   Not exactly easy 
>> or convenient.
>> 
>> Dan
> 
> 
> Dan,
> 
> That's more or less what I expected.  Thanks for weighing in.
> 
> Steve


The other option is to use the -p flag to wsdl2java to stick each individual 
wsdl into a new package.   That should work, but would mean types would not be 
shareable at all and if you have to pass objects from one service to another, 
you would need to write utilities to map the objects.  :-(


-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to