WSDL验证器?
时间:2020-03-06 14:54:38 来源:igfitidea点击:
是否有任何在线服务可用于验证Web Service WSDL文件?
解决方案
我们可能想看看xsv的在线版本
我们可以尝试使用他们的工具之一:http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools
这些将检查WSDL的有效性和Basic Profile 1.1的符合性。
http://xmethods.net/ve2/Tools.po
如果我们使用的是Eclipse,只需将WSDL保存在.wsdl文件中,eclipse会自动对其进行验证。
从文件
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.
我发现http://www.validwsdl.com/是有用的,因为它也允许调用方法(如果可用)。