WSDL Tutorials - Herong's Tutorial Examples - v2.22, by Herong Yang
Using Interface Viewer on Bindings
This section provides a tutorial example on how to use the Interface Viewer against a binding defined in a WSDL document. The overview tab gives a summary of information about the binding.
Once a WSDL document is loaded, you can use the Interface Viewer to browse any bindings defined in the WSDL document.
1. Run SoapUI and load Hello_WSDL_11_SOAP.wsdl as shown in the previous tutorial.
2. Right click on "helloBinding" binding in the project object tree and select "Show Interface Viewer". The Interface Viewer shows up with 4 tabs: Overview, Service Endpoints, WSDL Content, WS-I Compliance.
3. Click the Overview tab, properties of "helloBinding" are displayed as shown in this picture:
I like this view. It gives a good summary of the binding, helloBinding:
WSDL Definition ------ WSDL URL: file:/C:/herong/Hello_WSDL_11_SOAP.wsdl Namespace: https://www.herongyang.com/Service/ Binding: helloBinding SOAP Version: SOAP 1.1 Style: Document WS-A version: NONE Definition parts ------ Hello_WSDL_11_SOAP.wsdl: file:/C:/herong/Hello_WSDL_11_SOAP.wsdl Operations ------ Name: Hello Use: Literal One-Way: false Action: https://www.herongyang.com/Service/Hello
Table of Contents
WSDL 2.0 Document Structure and Syntax
WSDL Version 2.0 Part 2: Adjuncts
WSDL 2.0 Document Examples with SOAP Binding
Using WSDL Document in Java Apache Axis2/Java for WSDL
Apache Woden for WSDL Documents in Java
SoapUI - Web Service Testing Tool
WSDL 1.1 Document Structure and Syntax
WSDL 1.1 Binding Extension for SOAP 1.1
►SoapUI as WSDL 1.1 Testing Tool
Validating and Inspecting WSDL 1.1 Documents
►Using Interface Viewer on Bindings
Generating HTML Documentations On Bindings
Generating SOAP Requests on Operations
Submit SOAP Requests to the Server
MockService - Web Service Simulator
Submitting Request to MockService
Loading Incorrect WSDL Documents
WSDL 1.1 and SOAP 1.1 Examples - Document and RPC Styles
PHP SOAP Extension for WSDL 1.1
Apache Axis2/Java for WSDL 1.1
Using WSDL2Java to Generate Web Service Stub Classes
WSDL 1.1 Binding Extension for SOAP 1.2
WSDL 1.1 and SOAP 1.2 Examples - Document and RPC Styles