Skip to content

Commit

Permalink
paramType should be path vs. query.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdonnelly committed Dec 14, 2010
1 parent 283c15d commit bef93a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weather/weather.woeid.xml
Expand Up @@ -11,8 +11,8 @@
<url>http://weather.yahooapis.com/forecastrss?w={w}&amp;u={u}</url>
</urls>
<inputs>
<key id="w" type="xs:string" paramType="query" required="true"/>
<key id="u" type="xs:string" paramType="query"/>
<key id="w" type="xs:string" paramType="path" required="true"/>
<key id="u" type="xs:string" paramType="path"/>
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit bef93a9

Please sign in to comment.