86

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Rejeev Divakaran
  • 4,384
  • 7
  • 36
  • 36

5 Answers5

6

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.

Dean Rather
  • 31,756
  • 15
  • 66
  • 72
2

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.

keyser
  • 18,829
  • 16
  • 59
  • 101
Philippe
  • 3,945
  • 3
  • 38
  • 56
1

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.

BenV
  • 12,052
  • 13
  • 64
  • 92
questborn
  • 2,735
  • 2
  • 16
  • 17
-1

You can try out wsdl validator http://docs.wso2.org/wiki/display/ESB451/WSDL+Validator

Thilini Ishaka
  • 953
  • 1
  • 8
  • 13
-1

you might want to look at the online version of xsv

Richard
  • 1,804
  • 16
  • 22