tools to validate a WSDL document

J

Jimmy L

any tools /editor out there to validate WSDL document is valid one?

i heard alot WSDL on the web are out dated / invalid.

xmlspy a good one?

do i need to get xml schema / DTD for WSDL since tools like xmlspy would
need the DTD for validation is that correct?

so that i can genenrate stub client code using automated tools (WSDL2Java
...etc)

Thanks
 
G

Guest

XML Spy contains WSDL schema editing, so you do not have to find a DTD/Schema
to validate.
http://www.altova.com/features_schema_view.html

You can test a WSDL URL here:
http://www.mgateway.com/scripts/mgwms32.dll?MGWLPN=EXTC&wlapp=wsdlValidator&eXtcCalledFrom=MGateway

or here
http://www.soapclient.com/soapclien...net.com/xws/wsdlverifier/wsdlverify.asmx?WSDL

or here
http://xmethods.net/ve2/Tools.po

If you are heading into Contract First development in .NET 2.0, consider
this free tool:
http://www.thinktecture.com/Resources/Software/WSContractFirst/default.html

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top