tools to validate a WSDL document

  • Thread starter Thread starter Jimmy L
  • Start date Start date
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
 
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!
***************************
 
Back
Top