madhu
madhu

Reputation:

How to test a WSDL

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

Upvotes: 0

Views: 8073

Answers (2)

jMM
jMM

Reputation: 183

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

Upvotes: 0

Michał Niklas
Michał Niklas

Reputation: 54342

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.

Upvotes: 3

Related Questions