Hi Frank, In theory, this can be done by XSLT. In practice, it is a bit tricky. I once spent a good while to write an in-line function using XSLT that in-lines imported xsd schemas into wsdl file for a idltowsdl tool. Note, this XSLT does not work for WSDL imports and includes.
I am not sure if its worth us time (I estimate it is a work will take at least two days for a non-XSLT expert like me) to add a such feature into wsdltojava solely for debugging purposes, but I would definitely say yes if you have a use case that requires wsdl2java (or xxxtowsdl) to do an in-line transformation on its input. Cheers, Jervis > -----Original Message----- > From: Frank Lynch [mailto:[EMAIL PROTECTED] > Sent: 2007?2?16? 6:09 > To: [email protected] > Subject: getting wsdl2java to dump "preprocessed" wsdl > > > Hi Folks, > Is there a way to get wsdl2java to preprocess a wsdl document > (parse xsd > and wsdl imports & includes), and output a single document > for debugging > purposes. I'm trying to resolve an order of include/imports > problem with > some quite complex schema & wsdl... or should I create an enhancement > request in Jira for this? > cheers, > --Frank > >
