Is there any online service available to validate Web Service WSDL file?
|
|
closed as not constructive by Bo Persson, NullUserException♦ Nov 10 '12 at 20:51
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Try out this site, although it requires you to upload the WSDL to some publicly accessible web site. I confirmed that it works against Google's WSDL, located here. |
|||||||||||
|
|
I've found http://www.validwsdl.com/ to be useful, since it also allows calling into the methods, if available. |
|||||||||
|
|
If you're using Eclipse, just have your WSDL in a .wsdl file, eclipse will validate it automatically. From the Doc
|
|||
|
|
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. |
||||
|
|
|
|
|||
|
|
|
||||
|
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. |
||||
|
|
|
This ones works fine : http://www.validwsdl.com/ |
|||
|
|
|
You can try out wsdl validator http://docs.wso2.org/wiki/display/ESB451/WSDL+Validator |
|||
|
|