GetWeatherByZipCode - Response Message Sample

This section provides a response message sample of GetWeatherByZipCode Web service.

The response message of GetWeatherByZipCode Web service contains weather forecast information for area represented by the specified ZIP code.

If you were running the example request in year 2011, you would get a response message of GetWeatherByZipCode in SOAP 1.2 returned with the weather forecast for the Death Valley park, ZIP code of 92328:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
      <GetWeatherByZipCodeResponse xmlns="http://www.webservicex.net">
         <GetWeatherByZipCodeResult>
            <Latitude>36.4671669</Latitude>
            <Longitude>116.893684</Longitude>
            <AllocationFactor>1.5E-05</AllocationFactor>
            <FipsCode>06</FipsCode>
            <PlaceName>DEATH VALLEY</PlaceName>
            <StateCode>CA</StateCode>
            <Details>
               <WeatherData>
                  <Day>Saturday, July 2, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/few.jpg</WeatherImage>
                  <MaxTemperatureF>114</MaxTemperatureF>
                  <MinTemperatureF>84</MinTemperatureF>
                  <MaxTemperatureC>46</MaxTemperatureC>
                  <MinTemperatureC>29</MinTemperatureC>
               </WeatherData>
               <WeatherData>
                  <Day>Sunday, July 3, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/few.jpg</WeatherImage>
                  <MaxTemperatureF>115</MaxTemperatureF>
                  <MinTemperatureF>84</MinTemperatureF>
                  <MaxTemperatureC>46</MaxTemperatureC>
                  <MinTemperatureC>29</MinTemperatureC>
               </WeatherData>
               <WeatherData>
                  <Day>Monday, July 4, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/skc.jpg</WeatherImage>
                  <MaxTemperatureF>113</MaxTemperatureF>
                  <MinTemperatureF>85</MinTemperatureF>
                  <MaxTemperatureC>45</MaxTemperatureC>
                  <MinTemperatureC>29</MinTemperatureC>
               </WeatherData>
               <WeatherData>
                  <Day>Tuesday, July 5, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/skc.jpg</WeatherImage>
                  <MaxTemperatureF>112</MaxTemperatureF>
                  <MinTemperatureF>85</MinTemperatureF>
                  <MaxTemperatureC>44</MaxTemperatureC>
                  <MinTemperatureC>29</MinTemperatureC>
               </WeatherData>
               <WeatherData>
                  <Day>Wednesday, July 6, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/skc.jpg</WeatherImage>
                  <MaxTemperatureF>111</MaxTemperatureF>
                  <MinTemperatureF>86</MinTemperatureF>
                  <MaxTemperatureC>44</MaxTemperatureC>
                  <MinTemperatureC>30</MinTemperatureC>
               </WeatherData>
               <WeatherData>
                  <Day>Thursday, July 23, 2011</Day>
                  <WeatherImage>
http://forecast.weather.gov/images/wtf/skc.jpg</WeatherImage>
                  <MaxTemperatureF>112</MaxTemperatureF>
                  <MinTemperatureF>87</MinTemperatureF>
                  <MaxTemperatureC>44</MaxTemperatureC>
                  <MinTemperatureC>31</MinTemperatureC>
               </WeatherData>
               <WeatherData/>
            </Details>
         </GetWeatherByZipCodeResult>
      </GetWeatherByZipCodeResponse>
   </soap:Body>
</soap:Envelope>

The response tells us that the Death Valley is a hot place in the summer. The image URL included in the response represents the type of weather for each day.

Table of Contents

 About This Book

 Python SOAP Client: Zeep

 SoapUI - Web Service Testing Tool

 SOAP Web Service and SoapUI

 REST Web Service and SoapUI

 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

 Currency Exchange Rate

 Bitcoin Blockchain Data API (or Explorer)

 flickr.interestingness.getList - Get Interesting Photos

 UUID/GUID Generator

 NumberToWords - Convert Number in Digits to Words

 TitleCaseWordsWithToken - Words to Title Case Format

 "PUG SOAP" Web Service for PubChem Database

 RSC - ChemSpider APIs

 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

 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

 GetWeatherByZipCode - Usage Description

 GetWeatherByZipCode - Request Message Sample

 GetWeatherByZipCode - Moved to weather.gov

GetWeatherByZipCode - Response Message Sample

 Discontinued: getTime - Get the Current Time

 Discontinued: questionSearch - Search Yahoo! Questions and Answers

 Discontinued: Hotwire - Get Travel Ticker Deals

 Archived Tutorials

 References

 Full Version in PDF/EPUB