WebService:ActualWeather

From TeamWeaverWiki

Jump to: navigation, search

Web Service Definition

<WebService>
<uri name="http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml" />
<protocol>REST</protocol>
<method name="get" />
<parameter name="location"  optional="true"  path="query"/>
<result name="result" >
<part name="complete" path=""/>
<part name="maxTemperatureC" path="" xpath="//simpleforecast/forecastday[1]/high/celsius"/>
<part name="minTemperatureC" path="" xpath="//simpleforecast/forecastday[1]/low/celsius"/>
</result>
<displayPolicy>
<maxAge value="1"></maxAge>
</displayPolicy>
<queryPolicy>
<maxAge value="1"></maxAge>
<delay value="0"/>
</queryPolicy>
<spanOfLife value="0" expiresAfterUpdate="true" />
</WebService>

Please click here to edit the WWSD in the graphical user interface.


Pages using the web service "ActualWeather"

Showing 1 pages using this web service.

S

Sandbox DataImport ActualWeather +
This page was last modified on 27 May 2010, at 13:44. This page has been accessed 2,507 times.