There is an xmlvalidate task in Ant that might do what you need.  It's great for 
validating whole directories of various XML files -- it takes a list of local dtd 
references and automatically matches them up with the DOCTYPEs in the XML files.  Not 
specific for WSDL, but might be handy, might also be extensible for specific WSDL 
stuff.

I would also suggest (to whomever's listening and possibly wrote the code) submitting 
Axis's Java2WsdlAntTask.java to the Ant project.  They already have .NET tasks.  This 
could complement those.

Scott Stirling
Macromedia

> -----Original Message-----
> From: Rick Rineholt [mailto:[EMAIL PROTECTED]]
> 
> I was wondering how difficult it would be to provide either a 
> "syntax check only" option to WSDL2Java utility or yet another
> utility that would reuse 99% of the functionality that is in 
> WSDL2Java to just syntax check  WSDL.
> Ideally validating any referenced schema too.  I'm "assuming" 
> that this utiity  is already providing a reasonable amount of 
> checking prior to generation stage.  I know your going to ask 
> why not then just delete the generated code.  And the only 
> answer I have is convenience

Reply via email to