Free Web Services - Herong's Tutorial Examples - Version 1.11, by Dr. 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 3.6.1 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:
soapUI 3.6.1 Interface Viewer

I like this view. It gives a good summary of the binding, helloBinding:

WSDL Definition
------
WSDL URL: http://www.herongyang.com/Service/Hello_WSDL_11_SOAP.wsdl
Namespace: http://www.herongyang.com/Service/
Binding: helloBinding
SOAP Version: SOAP 1.1
Style: Document
WS-A version: NONE

Definition parts
------
Hello_WSDL_11_SOAP.wsdl: 
   http://www.herongyang.com/Service/Hello_WSDL_11_SOAP.wsdl

Operations
------
Name: Hello
Use: Literal
One-Way: false
Action: http://www.herongyang.com/Service/Hello

Last update: 2011.

Table of Contents

 About This Book

soapUI 3.6.1 - Web Service Testing Tool

 What Is soapUI 3.6.1?

 Downloading and Installing soapUI 3.6.1

 Validating and Inspecting WSDL Documents

Using Interface Viewer on Bindings

 Generating Test Requests on Operations

 Submit Test Requests to the Server

 REST Web Service and soapUI

 GetCountries - Get All Countries and Territories

 GetCurrencies - Get Currencies from All Countries and Territories

 GetGMTbyCountry - Get GMT Information of a Given Country

 GetISD - Get ISD Phone Code of a Given Country

 GetCitiesByCountry - Get Cities by Country

 LatLonListCityNames - Return Latitudes and Longitudes of US Cities

 GetInfoByState - Get ZIP Codes of a Given US State

 GetAirportInformationByCountry - Get Airport Code by Country

 GetGeoIP - Get Country by IP Address

 ConvertTemp - Convert Temperature Unit

 ChangeLengthUnit - Convert Length Unit

 ConvertWeight - Convert Weight Unit

 ChangeAreaUnit - Convert Area Unit

 Code39 - Generate Bar Code Images in Code 39 Format

 GenerateBarCode - Generate Bar Code Images

 GetMortgagePayment - Calculate Mortgage Payment

 ConversionRate - Get Currency Exchange Rate

 GetQuote - Get Stock Quote

 getTime - Get the Current Time

 GetSunSetRiseTime - Get Airport Code by Country

 GetWeatherByZipCode - Get Weather by ZIP Code in US

 NDFDgenByDay - US Weather Forecast by Day

 NDFDgen - US-Weather Forecast for a Single Location

 questionSearch - Search Yahoo! Questions and Answers

 flickr.interestingness.getList - Get Interesting Photos

 Hotwire - Get Travel Ticker Deals

 References

 Printable Copy - PDF Version

Using Interface Viewer on Bindings - Updated in 2011, by Dr. Herong Yang