On Tue August 18 2009 9:26:25 am Andrew Clegg wrote: > 2009/8/18 Shannon Hastings <[email protected]>: > > I am looking for an example of the format of the wsdl2java catalog file. > > I notice it has an option to take a catalog file and I am curious if > > this is a file where a list of namespace to package mapping can live and > > if so what is the format of this file. > > AFAIK this is passed straight through to xjc, so try here:
Actually, no it's not. We handle all the catalog stuff ahead of time as the catalogs have to apply to wsdl:imports as well. Thus, we process the catalog things and pass the actual schemas to xjc. > https://jaxb.dev.java.net/guide/Fixing_broken_references_in_schema.html Also check: http://xml.apache.org/commons/components/resolver/resolver- article.html#s.catalog.files -- Daniel Kulp [email protected] http://www.dankulp.com/blog
