WSDL validator? [closed]
Is there any online service available to validate Web Service WSDL file?
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
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.
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.
you might want to look at the online version of xsv
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.
You can try out wsdl validator http://docs.wso2.org/wiki/display/ESB451/WSDL+Validator
참고URL : https://stackoverflow.com/questions/152023/wsdl-validator
'your programing' 카테고리의 다른 글
A list of Entity Framework providers for various databases (0) | 2020.09.25 |
---|---|
Where can I find free WPF controls and control templates? [closed] (0) | 2020.09.25 |
Reducing Repositories to Aggregate Roots (0) | 2020.09.25 |
2D Cross-Platform Game Development Engines [closed] (0) | 2020.09.25 |
How to center vector drawable in layer-list without scaling (0) | 2020.09.25 |