Free Web Services - Herong's Tutorial Examples - v2.13, by Herong Yang
ChangeLengthUnit - Request Message Sample
This section provides a request message sample of ChangeLengthUnit Web service.
The request message of ChangeLengthUnit Web service contains a simple XML document with 3 sub elements:
Click on the "Request 1" below "ChangeLengthUnit" in the "lengthUnitSoap12" operation list. You will see a request template of ChangeLengthUnit in SOAP 1.2 format.
Enter "1.7" in the "LengthValue" element, "Meters" in the "fromLengthUnit" element, and "Feet" in the "toLengthUnit" element, you will get a sample request message of ConvertTemp in SOAP 1.2 to convert 1.7 from Meters unit to Feet unit:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://www.webserviceX.NET/"> <soap:Header/> <soap:Body> <web:ChangeLengthUnit> <web:LengthValue>1.7</web:LengthValue> <web:fromLengthUnit>Meters</web:fromLengthUnit> <web:toLengthUnit>Feet</web:toLengthUnit> </web:ChangeLengthUnit> </soap:Body> </soap:Envelope>
Run this sample request and click the "Raw" vertical tab. You will see the entire HTTP request including header lines:
POST http://www.webservicex.net/length.asmx HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: application/soap+xml;charset=UTF-8; action="http://www.webserviceX.NET/ChangeLengthUnit" Content-Length: 398 Host: www.webservicex.net Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) (request XML...)
Table of Contents
SoapUI - Web Service Testing Tool
Mock Web Services - herongyang.com/Service
"SoapResponder" and Web Service Test Tool
"Calculator" for 4 Integer Operations
DataFlex Web Service for Country Information
LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
TempConvert Web Service for Temperature Conversion
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
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
"PUG SOAP" Web Service for PubChem Database
Discontinued: Currency Converter by kowabunga.net
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
ChangeLengthUnit - Usage Description
►ChangeLengthUnit - Request Message Sample
ChangeLengthUnit - Response Message Sample
Converting Length from Feet to Meters
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