Validating and Inspecting WSDL Documents

This section provides a tutorial example on validating and inspecting a WSDL 1.1 document using SoapUI.

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"

2. On the dialog box, enter these values:

Project Name: helloProject
Initial WSDL/WADL: 
   https://www.herongyang.com/Service/Hello_WSDL_11_SOAP.wsdl
Create Requests:  [x] Create sample requests for all operations?
Create TestSuite: [ ] Creates a TestSuite for the imported WSDL
Relative Paths:   [ ] Stores all file paths in project relatively 
                      to project file (requires save)

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:

SoapUI Object View
SoapUI Object View

Very nice. My Hello_WSDL_11_SOAP.wdsl has been validated and imported correctly. SoapUI allows you to inspect interface properties and operation properties.

Table of Contents

 About This Book

 Introduction to Web Service

 Introduction to SOAP (Simple Object Access Protocol)

 SOAP Message Structure

 SOAP Message Transmission and Processing

 SOAP Data Model

 SOAP Encoding

 SOAP RPC Presentation

 SOAP Properties Model

 SOAP MEP (Message Exchange Patterns)

 SOAP HTTP Binding

 SOAP PHP Implementations

 PHP SOAP Extension Client Programs

 PHP SOAP Extension Server Programs

 PHP SOAP Web Service Example - getTemp

 SOAP Perl Implementations

 Perl SOAP::Lite - SOAP Server-Client Communication Module

 Perl Socket Test Program for HTTP and SOAP

 Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service

 Perl SOAP::Lite for SOAP 1.2 Web Services

 Perl SOAP::Lite for WSDL

 Python SOAP Client: Zeep

 SOAP Java Implementations

 Java Socket and HttpURLConnection for SOAP

 SAAJ - SOAP with Attachments API for Java

SoapUI - SOAP Web Service Testing Tool

 What Is SoapUI

 Downloading and Installing SoapUI

Validating and Inspecting WSDL Documents

 Using Interface Viewer on Bindings

 Generating SOAP Test Request

 Submitting SOAP Test Requests to Server

 WS-Security - SOAP Message Security Extension

 WS-Security X.509 Certificate Token

 Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service

 Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services

 Perl SOAP::Lite 0.710 for WSDL

 Web Services and SOAP Terminology

 Archived Tutorials

 References

 Full Version in PDF/EPUB