Free Web Services - Herong's Tutorial Examples - Version 2.10, by Dr. Herong Yang
LatLonListCityNames - Request Message Sample
This section provides a request message sample of LatLonListCityNames Web service.
The request message of LatLonListCityNames Web service contains a simple XML document with 1 parameter:
Click on the "Request 1" below "LatLonListCityNames" in the "ndfdXMLBinding" operation list. You will see a request template of LatLonListCityNames in SOAP 1.1 format.
Enter "1" in the "displayLevel" element, you will get a sample request message of LatLonListCityNames to a list of all primary cities with their latitude and longitude information in United States:
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ndf="https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"> <soapenv:Header/> <soapenv:Body> <ndf:LatLonListCityNames soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <displayLevel xsi:type="dwml:displayLevelType" xmlns:dwml="https://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd">1</displayLevel> </ndf:LatLonListCityNames> </soapenv:Body> </soapenv:Envelope>
Run this sample request and click the "Raw" vertical tab. You will see the entire HTTP request including header lines:
POST https://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php HTTP/1.1 Content-Type: text/xml;charset=UTF-8 SOAPAction: "https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames" Content-Length: 607 Host: graphical.weather.gov Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) (request XML...)
Last update: 2018.
Table of Contents
SoapUI - Web Service Testing Tool
►LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListCityNames - Usage Description
►LatLonListCityNames - Request Message Sample
LatLonListCityNames - Response Message Sample
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
flickr.interestingness.getList - Get Interesting Photos
NumberToWords - Convert Number in Digits to Words
TitleCaseWordsWithToken - Words to Title Case Format
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
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
GetSunSetRiseTime - Get Sunrise and Sunset Time
GetWeatherByZipCode - Get Weather by ZIP Code in US
getTime - Get the Current Time
questionSearch - Search Yahoo! Questions and Answers