Question

How to do WSDL testing? What is Schema Validation of WSDL. Any open source tool, or any API's available to achieve the same?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top