WSDL validator?

Web ServicesWsdl

Web Services Problem Overview


Is there any online service available to validate Web Service WSDL file?

Web Services Solutions


Solution 1 - Web Services

If you're using Eclipse, just have your WSDL in a .wsdl file, eclipse will validate it automatically.

From the Doc

> The WSDL validator handles validation > according to the 4 step process > defined above. Steps 1 and 2 are both > delegated to Apache Xerces (and XML > parser). Step 3 is handled by the WSDL > validator and any extension namespace > validators (more on extensions below). > Step 4 is handled by any declared > custom validators (more on this below > as well). Each step must pass in order > for the next step to run.

Solution 2 - Web Services

You can try using one of their tools: http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools

These will check both WSDL validity and Basic Profile 1.1 compliance.

Solution 3 - Web Services

If you would to validate WSDL programatically then you use WSDL Validator out of eclipse. http://wiki.eclipse.org/Using_the_WSDL_Validator_Outside_of_Eclipse should help or try this tool Graphical WSDL 1.1/2.0 editor.

Solution 4 - Web Services

you might want to look at the online version of xsv

Solution 5 - Web Services

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRejeev DivakaranView Question on Stackoverflow
Solution 1 - Web ServicesDean RatherView Answer on Stackoverflow
Solution 2 - Web ServicesPhilippeView Answer on Stackoverflow
Solution 3 - Web ServicesquestbornView Answer on Stackoverflow
Solution 4 - Web ServicesRichardView Answer on Stackoverflow
Solution 5 - Web ServicesThilini IshakaView Answer on Stackoverflow