GetWeatherByZipCode - Moved to weather.gov

This section provides a tutorial example to show that the GetWeatherByZipCode Web service has been moved from webservicex.net to weather.gov.

After running the "Request 1" sample in the previous tutorial, look at the response window. You will see SOAP Fault message returned by webservicex.net:

<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>
  <soap:Fault>
   <soap:Code>
    <soap:Value>soap:Receiver</soap:Value>
   </soap:Code>
   <soap:Reason>
    <soap:Text xml:lang="en">
<![CDATA[System.Web.Services.Protocols.SoapException: 
Server was unable to process request. ---> System.Net.WebException: 
The request failed with the error message:
--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href=
"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php">here
</a>.</p>
<hr>
<address>Apache/2.2.15 (Red Hat) Server at www.weather.gov Port 80
</address>
</body></html>
--.
 at System.Web.Services.Protocols.SoapHttpClientProtocol....
 at System.Web.Services.Protocols.SoapHttpClientProtocol....
 at WeatherService.www.nws.noaa.gov.ndfdXML.NDFDgen(Decimal ...
 at WeatherService.WeatherForecast.getData(Double latitude, ...
 at WeatherService.WeatherForecast.GetWeatherByZipCode(String ZipCode)
 --- End of inner exception stack trace ---]]></soap:Text>
   </soap:Reason>
   <soap:Detail/>
  </soap:Fault>
 </soap:Body>
</soap:Envelope>

The fault reason detail tells us that the GetWeatherByZipCode Web service has been moved to weather.gov.

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