Re: WSDL syntax checker

2002-02-05 Thread Russell Butek
seful when writing tests. Russell Butek [EMAIL PROTECTED] Rick Rineholt/Raleigh/IBM@IBMUS on 02/05/2002 11:05:54 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: WSDL syntax checker I was wondering how difficult it would be to provide either a "syntax check

RE: WSDL syntax checker

2002-02-05 Thread Scott Stirling
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 a

Re: WSDL syntax checker

2002-02-05 Thread R J Scheuerle Jr
[EMAIL PROTECTED] IBM@IBMUScc: Subject: WSDL synta

WSDL syntax checker

2002-02-05 Thread Rick Rineholt
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 ut