Free Web Services - Herong's Tutorial Examples - v2.12, by Herong Yang
WADL (Web Application Description Language)
This section describes what is WADL (Web Application Description Language), an XML-based file format that describes REST Web services.
What Is WADL (Web Application Description Language)? A WADL document is an XML-based file that describes REST Web services.
Here is an example of WADL document file, Hello_REST.wadl, that describes the Hello REST Web service provided in the previous section:
<application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:hy="https://www.herongyang.com/Service"> <doc xml:lang="en" title="Hello_REST"/> <resources base="https://www.herongyang.com/Service/"> <resource path="Hello_REST.php"> <method name="GET"> <request> <param name="Message" type="xsd:string" style="query"/> </request> <response status="200"> <representation mediaType="application/xml" element="hy:Result"/> </response> </method> </resource> </resources> </application>
As you can see, a WADL document is similar to a WSDL (Web Service Definition Language) document.
Table of Contents
SoapUI - Web Service Testing Tool
►WADL (Web Application Description Language)
Loading WADL Documents into SoapUI
Viewing REST Service Properties
REST Web Service Request Template
HTTP Request and Response Raw Data
Creating REST Project without WADL
LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
Currency Converter by kowabunga.net
Bitcoin Blockchain Data API (or Explorer)
flickr.interestingness.getList - Get Interesting Photos
NumberToWords - Convert Number in Digits to Words
TitleCaseWordsWithToken - Words to Title Case Format
Discontinued: GetCountries - Get All Countries and Territories
Discontinued: GetCurrencies - Get Currencies from All Countries
Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
Discontinued: GetISD - Get ISD Phone Code of a Given Country
Discontinued: GetCitiesByCountry - Get Cities by Country
Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
Discontinued: GetAirportInformationByCountry - Get Airport Code by Country
Discontinued: GetGeoIP - Get Country by IP Address
Discontinued: ConvertTemp - Convert Temperature Unit
Discontinued: ChangeLengthUnit - Convert Length Unit
Discontinued: ConvertWeight - Convert Weight Unit
Discontinued: ChangeAreaUnit - Convert Area Unit
Discontinued: Code39 - Generate Bar Code Images in Code 39 Format
Discontinued: GenerateBarCode - Generate Bar Code Images
Discontinued: GetMortgagePayment - Calculate Mortgage Payment
Discontinued: ConversionRate - Get Currency Exchange Rate
Discontinued: GetQuote - Get Stock Quote
Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time
Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US
Discontinued: getTime - Get the Current Time
Discontinued: questionSearch - Search Yahoo! Questions and Answers