This section provides a tutorial example on validating and Inspecting a WSDL 1.1 document using soapUI 3.6.1
One important function of soapUI is to validate and inspect WSDL documents.
Here is what I did to validate and inspect my first WSDL document, Hello_WSDL_11_SOAP.wsdl.
1. Run soapUI and click "File" > "New soapUI Project"
3. Click OK. soapUI will validate and import the specified WSDL document.
4. When importing is done, "helloProject" is created and displayed
on the left of the windows. There should be no importing error,
because Hello_WSDL_11_SOAP.wsdl is valid WSDL document.
5. Click to open all sub objects under the project "helloProject",
you should see the "helloBinding" interface, the "Hello" method,
and a sample request "Request 1" as shown in this picture:
Very nice. My Hello_WSDL_11_SOAP.wdsl has been validated and imported correctly.
soapUI allows you to inspect interface properties and operation properties.