问题
How to do WSDL testing? What is Schema Validation of WSDL. Any open source tool, or any API's available to achieve the same?
回答1:
If I want to verify WSDL file then I use Eclipse + Web Tools plugin. There is WSDL editor and validator. If I want to test WSDL both as client and server then I use soapUI. There is wsdl import and after that you can query real WebService or if you can create "mock" response. Both tools are free.
回答2:
The WS-I organization (http://www.ws-i.org/) publishes the BSP 1.0 Testing Tools (http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools) which validates WSDL against the WS-I Basic Profile. This is a web service interoperability standard.
jMM
来源:https://stackoverflow.com/questions/1129468/how-to-test-a-wsdl