weather-forecasts 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/.rspec +2 -0
- data/.travis.yml +7 -0
- data/Gemfile +10 -0
- data/LICENSE +20 -0
- data/README.md +135 -0
- data/bin/wf-console +21 -0
- data/lib/weather-forecasts.rb +1 -0
- data/lib/weather_forecasts.rb +23 -0
- data/lib/weather_forecasts/client.rb +65 -0
- data/lib/weather_forecasts/client/error.rb +18 -0
- data/lib/weather_forecasts/client/help_console.rb +9 -0
- data/lib/weather_forecasts/client/query.rb +155 -0
- data/lib/weather_forecasts/client/query/query_property.rb +68 -0
- data/lib/weather_forecasts/client/query/query_utilities.rb +16 -0
- data/lib/weather_forecasts/client/query/select_by_days_query.rb +35 -0
- data/lib/weather_forecasts/client/query/select_coordinates_by_cities_query.rb +47 -0
- data/lib/weather_forecasts/client/query/select_coordinates_by_zip_query.rb +34 -0
- data/lib/weather_forecasts/client/query/select_corner_coordinates_query.rb +38 -0
- data/lib/weather_forecasts/client/query/select_gridpoint_coordinates_query.rb +35 -0
- data/lib/weather_forecasts/client/query/select_linepoint_coordinates_query.rb +33 -0
- data/lib/weather_forecasts/client/query/select_query.rb +48 -0
- data/lib/weather_forecasts/client/query/select_square_coordinates_query.rb +35 -0
- data/lib/weather_forecasts/client/query/selection_attributes.rb +19 -0
- data/lib/weather_forecasts/client/version.rb +5 -0
- data/lib/weather_forecasts/dwml.rb +38 -0
- data/lib/weather_forecasts/dwml/data_extractor.rb +55 -0
- data/lib/weather_forecasts/dwml/head_extractor.rb +49 -0
- data/lib/weather_forecasts/dwml/location.rb +33 -0
- data/lib/weather_forecasts/dwml/parameter_extractor.rb +281 -0
- data/lib/weather_forecasts/dwml/time_layout.rb +55 -0
- data/spec/fixtures/vcr_cassettes/select_by_days_query.yml +557 -0
- data/spec/fixtures/vcr_cassettes/select_coordinates_by_cities_query.yml +437 -0
- data/spec/fixtures/vcr_cassettes/select_coordinates_by_zip_query.yml +437 -0
- data/spec/fixtures/vcr_cassettes/select_corner_coordinates_query.yml +438 -0
- data/spec/fixtures/vcr_cassettes/select_gridpoint_coordinates_query.yml +467 -0
- data/spec/fixtures/vcr_cassettes/select_linepoint_coordinates_query.yml +440 -0
- data/spec/fixtures/vcr_cassettes/select_query.yml +1647 -0
- data/spec/fixtures/vcr_cassettes/select_square_coordinates_query.yml +443 -0
- data/spec/lib/ndfd/client/query/query_property_spec.rb +41 -0
- data/spec/lib/ndfd/client/query/select_by_days_query_spec.rb +35 -0
- data/spec/lib/ndfd/client/query/select_coordinates_by_cities_query_spec.rb +33 -0
- data/spec/lib/ndfd/client/query/select_coordinates_by_zip_query_spec.rb +34 -0
- data/spec/lib/ndfd/client/query/select_corner_coordinates_query_spec.rb +35 -0
- data/spec/lib/ndfd/client/query/select_gridpoint_coordinates_query_spec.rb +37 -0
- data/spec/lib/ndfd/client/query/select_linepoint_coordinates_query_spec.rb +36 -0
- data/spec/lib/ndfd/client/query/select_query_spec.rb +46 -0
- data/spec/lib/ndfd/client/query/select_square_coordinates_query_spec.rb +37 -0
- data/spec/lib/ndfd/client/query/selection_attributes_spec.rb +13 -0
- data/spec/lib/ndfd/client/query_spec.rb +91 -0
- data/spec/lib/ndfd/client_spec.rb +61 -0
- data/spec/spec_helper.rb +33 -0
- data/spec/support/resources/sample_document.xml +61 -0
- data/weather-forecasts.gemspec +39 -0
- metadata +224 -0
@@ -0,0 +1,437 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- Apache/2.2.15 (Red Hat)
|
23
|
+
Last-Modified:
|
24
|
+
- Thu, 13 Mar 2014 18:05:49 GMT
|
25
|
+
Accept-Ranges:
|
26
|
+
- bytes
|
27
|
+
Content-Length:
|
28
|
+
- '28583'
|
29
|
+
Content-Type:
|
30
|
+
- application/wsdl+xml
|
31
|
+
Date:
|
32
|
+
- Thu, 13 Mar 2014 19:49:59 GMT
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: "<?xml version=\"1.0\"?>\n\n<!-- **********************************************************************
|
38
|
+
\ \n \n
|
39
|
+
\ ndfdXML.wsdl \n\n John L. Schattel MDL 4
|
40
|
+
July 2007 \n Aniesha L. Alford\n Red Hat Linux Apache
|
41
|
+
Server \n \n SOURCE CODE CONTROL INFORMATION \n\n Name: \n
|
42
|
+
\ %PM% \n %PID% \n\n Status: \n %PS% \n\n
|
43
|
+
\ History: \n %PL% \n\n
|
44
|
+
\ Change Document History: \n
|
45
|
+
\ %PIRC% \n\n
|
46
|
+
\ *************************************************************************
|
47
|
+
\ -->\n\n<definitions xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
48
|
+
\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
49
|
+
\n xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
|
50
|
+
\n xmlns:si=\"http://soapinterop.org/xsd\" \n xmlns:tns=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
51
|
+
\n xmlns:typens=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\"
|
52
|
+
\n xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" \n xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\"
|
53
|
+
\n xmlns=\"http://schemas.xmlsoap.org/wsdl/\" \n targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\">\n<types>\n
|
54
|
+
<xsd:schema targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\">\n
|
55
|
+
<xsd:import namespace=\"http://schemas.xmlsoap.org/soap/encoding/\" />\n <xsd:import
|
56
|
+
namespace=\"http://schemas.xmlsoap.org/wsdl/\" />\n\n <xsd:simpleType name=\"sectorType\">\n
|
57
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='conus'/>\n
|
58
|
+
\ <xsd:enumeration value='nhemi'/>\n <xsd:enumeration value='alaska'/>\n
|
59
|
+
\ <xsd:enumeration value='guam'/>\n <xsd:enumeration value='hawaii'/>\n
|
60
|
+
\ <xsd:enumeration value='puertori'/>\n <xsd:enumeration value='npacocn'/>\n
|
61
|
+
\ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"unitType\">\n
|
62
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='e'/>\n <xsd:enumeration
|
63
|
+
value='m'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
|
64
|
+
name=\"formatType\">\n <xsd:restriction base='xsd:string'>\n <xsd:enumeration
|
65
|
+
value='24 hourly'/>\n <xsd:enumeration value='12 hourly'/>\n </xsd:restriction>\n
|
66
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"productType\">\n <xsd:restriction
|
67
|
+
base='xsd:string'>\n <xsd:enumeration value='time-series'/>\n <xsd:enumeration
|
68
|
+
value='glance'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
|
69
|
+
name=\"latLonPairType\">\n <xsd:restriction base='xsd:string'>\n <xsd:pattern
|
70
|
+
value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+\" />\n </xsd:restriction>\n
|
71
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"listLatLonType\">\n <xsd:restriction
|
72
|
+
base='xsd:string'>\n <xsd:pattern value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+(
|
73
|
+
[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+)*\" />\n </xsd:restriction>\n
|
74
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeType\">\n <xsd:restriction
|
75
|
+
base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?\" />\n </xsd:restriction>\n
|
76
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeListType\">\n <xsd:restriction
|
77
|
+
base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?( \\d{5}(\\-\\d{4})?)*\"
|
78
|
+
/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"featureTypeType\">\n
|
79
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='Forecast_Gml2Point'/>\n
|
80
|
+
\ <xsd:enumeration value='Forecast_Gml2AllWx'/>\n <xsd:enumeration value='Forecast_GmlsfPoint'/>\n
|
81
|
+
\ <xsd:enumeration value='Forecast_GmlObs'/>\n <xsd:enumeration value='NdfdMultiPointCoverage'/>\n
|
82
|
+
\ <xsd:enumeration value='Ndfd_KmlPoint'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
|
83
|
+
<xsd:simpleType name=\"compTypeType\">\n <xsd:restriction base='xsd:string'>\n
|
84
|
+
\ <xsd:enumeration value='IsEqual'/>\n <xsd:enumeration value='Between'/>\n
|
85
|
+
\ <xsd:enumeration value='GreaterThan'/>\n <xsd:enumeration value='GreaterThanEqualTo'/>\n
|
86
|
+
\ <xsd:enumeration value='LessThan'/>\n <xsd:enumeration value='LessThanEqualTo'/>\n
|
87
|
+
\ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"listCityNamesType\">\n
|
88
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:pattern value=\"[a-zA-Z'\\-]*(
|
89
|
+
?[a-zA-Z'\\-]*)*,[A-Z][A-Z](\\|[a-zA-Z'\\-]*( ?[a-zA-Z'\\-]*)*,[A-Z][A-Z])*\"
|
90
|
+
/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"displayLevelType\">\n
|
91
|
+
\ <xsd:restriction base='xsd:integer'>\n <xsd:enumeration value='1'/>\n
|
92
|
+
\ <xsd:enumeration value='2'/>\n <xsd:enumeration value='3'/>\n <xsd:enumeration
|
93
|
+
value='4'/>\n <xsd:enumeration value='12'/>\n <xsd:enumeration value='34'/>\n
|
94
|
+
\ <xsd:enumeration value='1234'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
|
95
|
+
<xsd:complexType name=\"weatherParametersType\">\n <xsd:all>\n <xsd:element
|
96
|
+
name=\"maxt\" type=\"xsd:boolean\"/>\n <xsd:element name=\"mint\"
|
97
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"temp\" type=\"xsd:boolean\"/>\n
|
98
|
+
\ <xsd:element name=\"dew\" type=\"xsd:boolean\"/>\n <xsd:element
|
99
|
+
name=\"pop12\" type=\"xsd:boolean\"/>\n <xsd:element name=\"qpf\"
|
100
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"sky\" type=\"xsd:boolean\"/>\n
|
101
|
+
\ <xsd:element name=\"snow\" type=\"xsd:boolean\"/>\n <xsd:element
|
102
|
+
name=\"wspd\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wdir\"
|
103
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"wx\" type=\"xsd:boolean\"/>\n
|
104
|
+
\ <xsd:element name=\"waveh\" type=\"xsd:boolean\"/>\n <xsd:element
|
105
|
+
name=\"icons\" type=\"xsd:boolean\"/>\n <xsd:element name=\"rh\"
|
106
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"appt\" type=\"xsd:boolean\"/>\n
|
107
|
+
\ <xsd:element name=\"incw34\" type=\"xsd:boolean\"/>\n <xsd:element
|
108
|
+
name=\"incw50\" type=\"xsd:boolean\"/>\n <xsd:element name=\"incw64\"
|
109
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"cumw34\" type=\"xsd:boolean\"/>\n
|
110
|
+
\ <xsd:element name=\"cumw50\" type=\"xsd:boolean\"/>\n <xsd:element
|
111
|
+
name=\"cumw64\" type=\"xsd:boolean\"/>\n <xsd:element name=\"critfireo\"
|
112
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"dryfireo\" type=\"xsd:boolean\"/>\n
|
113
|
+
\ <xsd:element name=\"conhazo\" type=\"xsd:boolean\"/>\n <xsd:element
|
114
|
+
name=\"ptornado\" type=\"xsd:boolean\"/>\n <xsd:element name=\"phail\"
|
115
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptstmwinds\" type=\"xsd:boolean\"/>\n
|
116
|
+
\ <xsd:element name=\"pxtornado\" type=\"xsd:boolean\"/>\n <xsd:element
|
117
|
+
name=\"pxhail\" type=\"xsd:boolean\"/>\n <xsd:element name=\"pxtstmwinds\"
|
118
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptotsvrtstm\" type=\"xsd:boolean\"/>\n
|
119
|
+
\ <xsd:element name=\"pxtotsvrtstm\" type=\"xsd:boolean\"/>\n <xsd:element
|
120
|
+
name=\"tmpabv14d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw14d\"
|
121
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpabv30d\" type=\"xsd:boolean\"/>\n
|
122
|
+
\ <xsd:element name=\"tmpblw30d\" type=\"xsd:boolean\"/>\n <xsd:element
|
123
|
+
name=\"tmpabv90d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw90d\"
|
124
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv14d\" type=\"xsd:boolean\"/>\n
|
125
|
+
\ <xsd:element name=\"prcpblw14d\" type=\"xsd:boolean\"/>\n <xsd:element
|
126
|
+
name=\"prcpabv30d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpblw30d\"
|
127
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv90d\" type=\"xsd:boolean\"/>\n
|
128
|
+
\ <xsd:element name=\"prcpblw90d\" type=\"xsd:boolean\"/>\n <xsd:element
|
129
|
+
name=\"precipa_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"sky_r\"
|
130
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"td_r\" type=\"xsd:boolean\"/>\n
|
131
|
+
\ <xsd:element name=\"temp_r\" type=\"xsd:boolean\"/>\n <xsd:element
|
132
|
+
name=\"wdir_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wspd_r\"
|
133
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"wwa\" type=\"xsd:boolean\"/>\n
|
134
|
+
\ <xsd:element name=\"wgust\" type=\"xsd:boolean\"/>\n <xsd:element
|
135
|
+
name=\"iceaccum\" type=\"xsd:boolean\"/>\n <xsd:element name=\"maxrh\"
|
136
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"minrh\" type=\"xsd:boolean\"/>\n
|
137
|
+
\ </xsd:all>\n </xsd:complexType>\n\n</xsd:schema>\n</types>\n\n<message name=\"NDFDgenRequest\">\n
|
138
|
+
\ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
|
139
|
+
\ type=\"xsd:decimal\" />\n <part name=\"product\" type=\"typens:productType\"
|
140
|
+
/>\n <part name=\"startTime\" type=\"xsd:dateTime\" />\n <part
|
141
|
+
name=\"endTime\" type=\"xsd:dateTime\" />\n <part name=\"Unit\"
|
142
|
+
\ type=\"typens:unitType\" /> \n <part name=\"weatherParameters\"
|
143
|
+
type=\"typens:weatherParametersType\" />\n</message>\n\n<message name=\"NDFDgenResponse\">\n
|
144
|
+
\ <part name=\"dwmlOut\" type=\"xsd:string\" />\n</message>\n\n<message
|
145
|
+
name=\"NDFDgenLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
|
146
|
+
/>\n <part name=\"product\" type=\"typens:productType\" />\n <part
|
147
|
+
name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
|
148
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"Unit\" type=\"typens:unitType\"
|
149
|
+
/> \n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
|
150
|
+
/>\n</message>\n\n<message name=\"NDFDgenLatLonListResponse\">\n <part name=\"dwmlOut\"
|
151
|
+
\ type=\"xsd:string\" />\n</message>\n\n<message name=\"LatLonListSubgridRequest\">\n
|
152
|
+
\ <part name=\"lowerLeftLatitude\" type=\"xsd:decimal\" />\n <part name=\"lowerLeftLongitude\"
|
153
|
+
\ type=\"xsd:decimal\" />\n <part name=\"upperRightLatitude\" type=\"xsd:decimal\"
|
154
|
+
/>\n <part name=\"upperRightLongitude\" type=\"xsd:decimal\" />\n <part
|
155
|
+
name=\"resolution\" type=\"xsd:decimal\" />\n</message>\n\n<message
|
156
|
+
name=\"LatLonListSubgridResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
157
|
+
/>\n</message>\n\n<message name=\"LatLonListLineRequest\">\n <part name=\"endPoint1Lat\"
|
158
|
+
\ type=\"xsd:decimal\" />\n <part name=\"endPoint1Lon\" type=\"xsd:decimal\"
|
159
|
+
/>\n <part name=\"endPoint2Lat\" type=\"xsd:decimal\" />\n <part
|
160
|
+
name=\"endPoint2Lon\" type=\"xsd:decimal\" />\n</message>\n\n<message
|
161
|
+
name=\"LatLonListLineResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
162
|
+
/>\n</message>\n\n<message name=\"LatLonListZipCodeRequest\">\n <part name=\"zipCodeList\"
|
163
|
+
\ type=\"typens:zipCodeListType\" />\n</message>\n\n<message name=\"LatLonListZipCodeResponse\">\n
|
164
|
+
\ <part name=\"listLatLonOut\" type=\"typens:listLatLonType\" />\n</message>\n\n<message
|
165
|
+
name=\"LatLonListSquareRequest\">\n <part name=\"centerPointLat\" type=\"xsd:decimal\"
|
166
|
+
/>\n <part name=\"centerPointLon\" type=\"xsd:decimal\" />\n <part
|
167
|
+
name=\"distanceLat\" type=\"xsd:decimal\" />\n <part name=\"distanceLon\"
|
168
|
+
\ type=\"xsd:decimal\" />\n <part name=\"resolution\" type=\"xsd:decimal\"
|
169
|
+
/>\n</message>\n\n<message name=\"LatLonListSquareResponse\">\n <part name=\"listLatLonOut\"
|
170
|
+
\ type=\"typens:listLatLonType\" />\n</message>\n\n<message name=\"CornerPointsRequest\">\n
|
171
|
+
\ <part name=\"sector\" type=\"typens:sectorType\" />\n</message>\n\n<message
|
172
|
+
name=\"CornerPointsResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
173
|
+
/>\n</message>\n\n<message name=\"LatLonListCityNamesRequest\">\n <part
|
174
|
+
name=\"displayLevel\" type=\"typens:displayLevelType\" />\n</message>\n\n<message
|
175
|
+
name=\"LatLonListCityNamesResponse\">\n <part name=\"listCityNamesOut\"
|
176
|
+
\ type=\"typens:listCityNamesType\" />\n</message>\n\n<message name=\"NDFDgenByDayRequest\">\n
|
177
|
+
\ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
|
178
|
+
\ type=\"xsd:decimal\" />\n <part name=\"startDate\" type=\"xsd:date\"
|
179
|
+
/>\n <part name=\"numDays\" type=\"xsd:integer\" />\n <part
|
180
|
+
name=\"Unit\" type=\"typens:unitType\" /> \n <part name=\"format\"
|
181
|
+
\ type=\"typens:formatType\" />\n</message>\n\n<message name=\"NDFDgenByDayResponse\">\n
|
182
|
+
\ <part name=\"dwmlByDayOut\" type=\"xsd:string\" />\n</message>\n\n<message
|
183
|
+
name=\"NDFDgenByDayLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
|
184
|
+
/>\n <part name=\"startDate\" type=\"xsd:date\" />\n <part name=\"numDays\"
|
185
|
+
\ type=\"xsd:integer\" />\n <part name=\"Unit\" type=\"typens:unitType\"
|
186
|
+
/> \n <part name=\"format\" type=\"typens:formatType\" />\n</message>\n\n<message
|
187
|
+
name=\"NDFDgenByDayLatLonListResponse\">\n <part name=\"dwmlByDayOut\" type=\"xsd:string\"
|
188
|
+
/>\n</message>\n\n<message name=\"GmlLatLonListRequest\">\n <part name=\"listLatLon\"
|
189
|
+
\ type=\"typens:listLatLonType\" />\n <part name=\"requestedTime\"
|
190
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"featureType\" type=\"typens:featureTypeType\"
|
191
|
+
/>\n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
|
192
|
+
/>\n</message>\n\n<message name=\"GmlLatLonListResponse\">\n <part name=\"dwGmlOut\"
|
193
|
+
\ type=\"xsd:string\" />\n</message>\n\n<message name=\"GmlTimeSeriesRequest\">\n
|
194
|
+
\ <part name=\"listLatLon\" type=\"typens:listLatLonType\" />\n <part
|
195
|
+
name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
|
196
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"compType\" type=\"typens:compTypeType\"
|
197
|
+
/>\n <part name=\"featureType\" type=\"typens:featureTypeType\" />\n
|
198
|
+
\ <part name=\"propertyName\" type=\"xsd:string\" />\n</message>\n\n<message
|
199
|
+
name=\"GmlTimeSeriesResponse\">\n <part name=\"dwGmlOut\" type=\"xsd:string\"
|
200
|
+
/>\n</message>\n\n<portType name=\"ndfdXMLPortType\">\n\n <operation name=\"NDFDgen\">\n
|
201
|
+
\ <documentation>Returns National Weather Service digital weather forecast
|
202
|
+
data</documentation>\n <input message=\"tns:NDFDgenRequest\"/>\n <output
|
203
|
+
message=\"tns:NDFDgenResponse\"/>\n </operation>\n\n <operation name=\"NDFDgenByDay\">\n
|
204
|
+
\ <documentation>Returns National Weather Service digital weather forecast
|
205
|
+
data summarized over either 24- or 12-hourly periods</documentation>\n <input
|
206
|
+
\ message=\"tns:NDFDgenByDayRequest\"/>\n <output message=\"tns:NDFDgenByDayResponse\"/>\n
|
207
|
+
\ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <documentation>Returns
|
208
|
+
National Weather Service digital weather forecast data</documentation>\n <input
|
209
|
+
\ message=\"tns:NDFDgenLatLonListRequest\"/>\n <output message=\"tns:NDFDgenLatLonListResponse\"/>\n
|
210
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <documentation>Returns
|
211
|
+
National Weather Service digital weather forecast data summarized over either
|
212
|
+
24- or 12-hourly periods</documentation>\n <input message=\"tns:NDFDgenByDayLatLonListRequest\"/>\n
|
213
|
+
\ <output message=\"tns:NDFDgenByDayLatLonListResponse\"/>\n </operation>\n\n
|
214
|
+
\ <operation name=\"GmlLatLonList\">\n <documentation>Returns National
|
215
|
+
Weather Service digital weather forecast data encoded in GML for a single
|
216
|
+
time</documentation>\n <input message=\"tns:GmlLatLonListRequest\"/>\n
|
217
|
+
\ <output message=\"tns:GmlLatLonListResponse\"/>\n </operation>\n\n
|
218
|
+
\ <operation name=\"GmlTimeSeries\">\n <documentation>Returns National
|
219
|
+
Weather Service digital weather forecast data encoded in GML for a time period</documentation>\n
|
220
|
+
\ <input message=\"tns:GmlTimeSeriesRequest\"/>\n <output message=\"tns:GmlTimeSeriesResponse\"/>\n
|
221
|
+
\ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <documentation>Returns
|
222
|
+
a list of latitude and longitude pairs in a rectangular subgrid defined by
|
223
|
+
the lower left and upper right points</documentation>\n <input message=\"tns:LatLonListSubgridRequest\"/>\n
|
224
|
+
\ <output message=\"tns:LatLonListSubgridResponse\"/>\n </operation>\n\n
|
225
|
+
\ <operation name=\"LatLonListLine\">\n <documentation>Returns a list
|
226
|
+
of latitude and longitude pairs along a line defined by the latitude and longitude
|
227
|
+
of the 2 endpoints</documentation>\n <input message=\"tns:LatLonListLineRequest\"/>\n
|
228
|
+
\ <output message=\"tns:LatLonListLineResponse\"/>\n </operation>\n\n
|
229
|
+
\ <operation name=\"LatLonListZipCode\">\n <documentation>Returns a
|
230
|
+
list of latitude and longitude pairs with each pair corresponding to an input
|
231
|
+
zip code.</documentation>\n <input message=\"tns:LatLonListZipCodeRequest\"/>\n
|
232
|
+
\ <output message=\"tns:LatLonListZipCodeResponse\"/>\n </operation>\n\n
|
233
|
+
\ <operation name=\"LatLonListSquare\">\n <documentation>Returns a list
|
234
|
+
of latitude and longitude pairs in a rectangle defined by a central point
|
235
|
+
and distance from that point in the latitudinal and longitudinal directions</documentation>\n
|
236
|
+
\ <input message=\"tns:LatLonListSquareRequest\"/>\n <output message=\"tns:LatLonListSquareResponse\"/>\n
|
237
|
+
\ </operation>\n\n <operation name=\"CornerPoints\">\n <documentation>Returns
|
238
|
+
four latitude and longitude pairs for corners of an NDFD grid and the minimum
|
239
|
+
resolution that will return the entire grid</documentation>\n <input
|
240
|
+
\ message=\"tns:CornerPointsRequest\"/>\n <output message=\"tns:CornerPointsResponse\"/>\n
|
241
|
+
\ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <documentation>Returns
|
242
|
+
a list of latitude and longitude pairs paired with the city names they correspond
|
243
|
+
to</documentation>\n <input message=\"tns:LatLonListCityNamesRequest\"/>\n
|
244
|
+
\ <output message=\"tns:LatLonListCityNamesResponse\"/>\n </operation>\n\n</portType>\n\n<binding
|
245
|
+
name=\"ndfdXMLBinding\" type=\"tns:ndfdXMLPortType\">\n <soap:binding style=\"rpc\"
|
246
|
+
transport=\"http://schemas.xmlsoap.org/soap/http\"/>\n\n <operation name=\"NDFDgen\">\n
|
247
|
+
\ <soap:operation soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen\"
|
248
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
249
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
250
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
251
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
252
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDay\">\n <soap:operation
|
253
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay\"
|
254
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
255
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
256
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
257
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
258
|
+
\ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <soap:operation
|
259
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenLatLonList\"
|
260
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
261
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
262
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
263
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
264
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <soap:operation
|
265
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDayLatLonList\"
|
266
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
267
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
268
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
269
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
270
|
+
\ </operation>\n\n <operation name=\"GmlLatLonList\">\n <soap:operation
|
271
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlLatLonList\"
|
272
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
273
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
274
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
275
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
276
|
+
\ </operation>\n\n <operation name=\"GmlTimeSeries\">\n <soap:operation
|
277
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlTimeSeries\"
|
278
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
279
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
280
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
281
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
282
|
+
\ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <soap:operation
|
283
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSubgrid\"
|
284
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
285
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
286
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
287
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
288
|
+
\ </operation>\n\n <operation name=\"LatLonListLine\">\n <soap:operation
|
289
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListLine\"
|
290
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
291
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
292
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
293
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
294
|
+
\ </operation>\n\n <operation name=\"LatLonListZipCode\">\n <soap:operation
|
295
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListZipCode\"
|
296
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
297
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
298
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
299
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
300
|
+
\ </operation>\n\n <operation name=\"LatLonListSquare\">\n <soap:operation
|
301
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSquare\"
|
302
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
303
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
304
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
305
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
306
|
+
\ </operation>\n\n <operation name=\"CornerPoints\">\n <soap:operation
|
307
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#CornerPoints\"
|
308
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
309
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
310
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
311
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
312
|
+
\ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <soap:operation
|
313
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames\"
|
314
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
315
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
316
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
317
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
318
|
+
\ </operation>\n\n</binding>\n\n<service name=\"ndfdXML\">\n <documentation>The
|
319
|
+
service has 12 exposed functions, NDFDgen, NDFDgenLatLonList, NDFDgenByDay,
|
320
|
+
NDFDgenByDayLatLonList, \n LatLonListSubgrid, LatLonListLine,
|
321
|
+
LatLonListZipCode, CornerPoints, LatLonListSquare, GmlLatLonList, GmlTimeSeries,
|
322
|
+
and LatLonListCityNames. \n For the NDFDgen function, the
|
323
|
+
client needs to provide a latitude and longitude pair and the product type.
|
324
|
+
The Unit will default\n to U.S. Standard (english) unless
|
325
|
+
Metric is chosen by client. The client also needs to provide the start and
|
326
|
+
end time (Local) \n of the period that it wants data for
|
327
|
+
(if shorter than the 7 days is wanted). For the time-series product, the
|
328
|
+
client needs to \n provide an array of boolean values corresponding
|
329
|
+
to which NDFD values are desired.\n For the NDFDgenByDay
|
330
|
+
function, the client needs to provide a latitude and longitude pair, the date
|
331
|
+
(Local) it wants to start \n retrieving data for and the
|
332
|
+
number of days worth of data. The Unit will default to U.S. Standard (english)
|
333
|
+
unless Metric is \n chosen by client. The client also needs
|
334
|
+
to provide the format that is desired. \n For the multi
|
335
|
+
point versions, NDFDgenLatLonList and NDFDgenByDayLatLonList a space delimited
|
336
|
+
list of latitude and longitude \n\t\t pairs are substituted for the single
|
337
|
+
latitude and longitude input. Each latitude and longitude \n pair
|
338
|
+
is composed of a latitude and longitude delimited by a comma. \n\t\t For
|
339
|
+
the LatLonListSubgrid, the user provides a comma delimited latitude and longitude
|
340
|
+
pair for the lower left and for \n the upper right corners
|
341
|
+
of a rectangular subgrid. The function can also take a integer \n resolution
|
342
|
+
to reduce the number of grid points returned. The service then returns a list
|
343
|
+
of \n latitude and longitude pairs for all the grid points
|
344
|
+
contained in the subgrid. \n weather values should appear
|
345
|
+
in the time series product. \n\t\t For the LatLonListLine, The inputs are
|
346
|
+
the same as the function NDFDgen except the latitude and longitude pair is
|
347
|
+
\n\t\t replaced by two latitude and longitude pairs, one for each end point
|
348
|
+
a line. The two points are delimited with a space. \n The
|
349
|
+
service then returns data for all the NDFD points on the line formed by the
|
350
|
+
two points. \n\t\t For the LatLonListZipCode function, the input is the
|
351
|
+
same as the NDFDgen function except the latitude and longitude values \n\t\t
|
352
|
+
\ are relaced by a zip code for the 50 United States and Puerto Rico.\n\t\t
|
353
|
+
\ For the LatLonListSquare function, the input is the same as the NDFDgen
|
354
|
+
function except the latitude and longitude values \n\t\t are relaced by a
|
355
|
+
zip code for the 50 United States and Puerto Rico.\n\t\t For the CornerPoints
|
356
|
+
function, the service requires a valid NDFD grid name. The function returns
|
357
|
+
a \n list of four latitude and longitude pairs, one for each
|
358
|
+
corner of the NDFD grid. The function \n also returns the
|
359
|
+
minimum resolution required to return the entire grid below the maximum points
|
360
|
+
\n threshold.\n For the GmlLatLonList function,
|
361
|
+
the service requires a list of latitude and longitude pairs, the time (UTC)
|
362
|
+
the user \n\t\t wants data for, the GML feature type and the array of boolean
|
363
|
+
values corresponding to which NDFD values are desired.\n For
|
364
|
+
the GmlTimeSeries function, the service requires a list of latitude and longitude
|
365
|
+
pairs, the start and end time (UTC) the user \n\t\t wants data for, a comparison
|
366
|
+
type (IsEqual, Between, GreaterThan, GreaterThan, GreaterThanEqualTo, LessThan,
|
367
|
+
and \n LessThanEqualTo), the GML feature type and The input
|
368
|
+
variable \"propertyName\" contains a comma delimited string of NDFD element
|
369
|
+
to \n indicate which weather parameters are being requested.\n
|
370
|
+
\ For the LatLonListCityNames function, the services requires
|
371
|
+
a detail level that that ranges from 1 to 4. Level 1 generally represents\n
|
372
|
+
\ large main cities. Level 2 represents progressively smaller
|
373
|
+
cities or large cities that are close to another even larger city. Levels\n
|
374
|
+
\ 3 and 4 are part one and two of a list of cities that help
|
375
|
+
increase the areal coverage of the cities dataset. This functions\n returns
|
376
|
+
a list of latitude and longitude values along with a seperate list of city
|
377
|
+
name for those point.</documentation>\n\n <port name=\"ndfdXMLPort\" binding=\"tns:ndfdXMLBinding\">\n
|
378
|
+
\ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
|
379
|
+
\ </port>\n</service>\n\n</definitions>\n"
|
380
|
+
http_version:
|
381
|
+
recorded_at: Thu, 13 Mar 2014 19:50:02 GMT
|
382
|
+
- request:
|
383
|
+
method: post
|
384
|
+
uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
|
385
|
+
body:
|
386
|
+
encoding: UTF-8
|
387
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
388
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"
|
389
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:LatLonListCityNames><displayLevel>1234</displayLevel></tns:LatLonListCityNames></env:Body></env:Envelope>
|
390
|
+
headers:
|
391
|
+
Soapaction:
|
392
|
+
- '"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames"'
|
393
|
+
Content-Type:
|
394
|
+
- text/xml;charset=UTF-8
|
395
|
+
Content-Length:
|
396
|
+
- '466'
|
397
|
+
Accept-Encoding:
|
398
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
399
|
+
Accept:
|
400
|
+
- "*/*"
|
401
|
+
User-Agent:
|
402
|
+
- Ruby
|
403
|
+
response:
|
404
|
+
status:
|
405
|
+
code: 200
|
406
|
+
message: OK
|
407
|
+
headers:
|
408
|
+
Server:
|
409
|
+
- Apache/2.2.15 (Red Hat)
|
410
|
+
X-Soap-Server:
|
411
|
+
- NuSOAP/0.9.5 (1.123)
|
412
|
+
Content-Type:
|
413
|
+
- text/xml; charset=ISO-8859-1
|
414
|
+
Vary:
|
415
|
+
- Accept-Encoding
|
416
|
+
Cache-Control:
|
417
|
+
- max-age=170
|
418
|
+
Expires:
|
419
|
+
- Thu, 13 Mar 2014 19:52:49 GMT
|
420
|
+
Date:
|
421
|
+
- Thu, 13 Mar 2014 19:49:59 GMT
|
422
|
+
Content-Length:
|
423
|
+
- '13799'
|
424
|
+
Connection:
|
425
|
+
- keep-alive
|
426
|
+
body:
|
427
|
+
encoding: UTF-8
|
428
|
+
string: |-
|
429
|
+
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:LatLonListCityNamesResponse xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"><listLatLonOut xsi:type="xsd:string"><?xml version='1.0' ?>
|
430
|
+
<dwml version='1.0' xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd">
|
431
|
+
<latLonList>35.4,-97.6 36.2,-95.9 35.82,-83.98 33.65,-84.42 39.5,-119.78 35.13,-111.67 33.44,-112.02 32.12,-110.93 35.60,-88.92 35.22,-92.38 34.027,-118.329 32.73,-117.17 38.29,-104.52 39.75,-104.87 38.85,-77.04 24.58,-81.75 25.80,-80.28 28.55,-81.33 27.97,-82.53 43.57,-116.22 41.98,-87.9 39.85,-89.67 39.37,-101.7 37.07,-88.77 30.03,-90.03 44.801,-68.778 46.861,-68.012 43.65,-70.32 39.18,-76.67 42.23,-83.33 46.54,-87.41 46.83,-92.18 44.88,-93.22 34.27,-88.77 38.75,-90.37 45.8,-108.53 45.95,-112.5 48.22,-106.62 46.92,-114.08 40.83,-115.78 36.08,-115.17 35.05,-106.6 42.75,-73.8 42.93,-78.73 43.12,-76.12 40.77,-73.98 46.77,-100.75 46.9,-96.8 48.27,-101.28 41.42,-81.87 40.00,-82.88 41.6,-83.8 45.6,-122.6 42.08,-80.18 39.88,-75.25 40.35,-79.93 41.73,-72.65 43.58,-96.73 36.17,-86.78 30.3,-97.7 25.9,-97.43 32.9,-97.03 31.8,-106.4 32.00,-102.08 29.65,-95.28 29.53,-98.47 40.78,-111.97 47.63,-117.53 42.95,-87.9 37.5,-77.33 18.40,-66.00 18.34,-64.96 17.70,-64.90 61.17,-150.02 71.30,-156.78 64.82,-147.87 58.37,-134.58 64.50,-165.43 39.32,-94.72 40.85,-96.75 39.07,-95.62 33.9,-98.5 37.65,-97.43 34.8372,-82.3716 38.37,-81.6 37.32,-79.97 35.1975,-80.8345 32.7,-83.65 33.37,-81.96 40.56,-122.36 33.57,-86.75 34.65,-86.77 32.65,-114.62 35.83,-90.65 33.45,-94.00 36.77,-119.72 37.15,-107.75 39.12,-108.53 29.173,-82.224 26.68,-80.09 42.48,-114.48 40.67,-89.68 38.05,-87.53 41.00,-85.2 40.40,-86.87 39.73,-86.27 41.7,-86.32 41.53,-93.65 37.77,-99.97 37.05,-100.97 38.23,-85.67 30.53,-91.15 30.12,-93.22 32.47,-93.82 44.88,-70.88 44.90,-67.01 45.657,-68.710 42.27,-71.87 45.07,-83.57 42.92,-82.53 46.53,-90.13 42.77,-84.6 43.53,-84.08 46.47,-84.37 48.57,-93.38 32.32,-90.08 38.82,-92.22 36.77,-90.47 37.23,-93.38 48.55,-109.77 46.60,-112.00 48.3,-114.27 40.6,-98.43 41.13,-100.68 39.28,-114.85 43.2,-71.5 33.3,-104.53 42.17,-76.9 43.12,-77.67 35.63,-77.30 34.78,-76.88 35.27,-75.55 35.87,-78.78 47.95,-97.18 39.046,-84.662 39.9,-84.2 45.68,-118.85 43.25,-123.35 44.92,-123.00 34.15,-79.71 33.95,-81.14 45.45,-98.43 44.38,-100.28 44.05,-103.07 44.92,-97.15 35.05,-90.00 35.44,-86.79 31.33,-94.72 35.23,-101.7 32.42,-99.68 33.65,-101.82 31.37,-100.5 31.62,-97.22 43.54,-72.95 44.47,-73.15 46.97,-122.9 47.45,-122.3 43.87,-91.25 43.13,-89.33 44.00,-88.57 45.63,-89.45 42.74,-105.39 41.78,-107.22 44.55,-110.42 43.03,-108.41 36.9,-76.2 38.13,-78.45 37.36,-121.92 18.12,-65.45 19.72,-155.06 21.33,-157.94 21.98,-159.34 20.89,-156.44 19.74,-156.04 51.88,-176.65 66.92,-151.52 55.35,-131.70 62.97,-155.62 60.18,-149.75 13.48,144.81 14.16,145.23 14.96,145.65 15.21,145.72 40.28,-95.53 36.00,-94.17 35.35,-94.37 36.38,-97.8 41.3,-95.9 38.8,-97.65 34.3,-97.02 37.67,-95.48 40.25,-93.72 35.5741,-82.5488 38.37,-82.55 38.88,-79.85 39.28,-80.23 37.78,-81.12 37.48,-82.52 36.6132,-83.7224 36.57,-79.33 36.26,-76.17 37.35,-78.43 35.75,-81.38 35.03,-85.2 36.48,-82.4 33.95,-83.32 32.52,-84.93 38.42,-79.98 37.87,-80.4 38.56,-121.47 40.9019,-117.8072 39.6014,-116.0056 40.7206,-114.0358 42.37,-122.87 40.7672,-124.103 42.16,-120.39 34.44,-85.68 34.83,-87.66 30.68,-88.25 31.99,-87.29 31.4167,-87.05 32.3,-86.4 31.32,-85.45 33.38,-110.77 32.89,-112.72 34.13,-114.28 32.84,-115.57 34.17,-91.93 34.30,-90.51 36.38,-88.99 35.43,-119.05 34.77,-114.62 37.76,-122.43 37.96,-121.31 38.25,-122.04 39.26,-120.71 35.23,-120.65 37.6,-118.6 37.46,-105.87 39.22,-106.32 38.07,-102.68 38.82,-104.72 40.58,-105.08 37.25,-104.33 40.48,-106.82 39.13,-75.47 29.18,-81.05 29.69,-82.272 30.494,-81.688 29.959,-81.34 31.152,-81.394 31.536,-82.507 26.16,-81.77 30.2,-85.68 30.47,-87.2 30.38,-84.37 30.85,-83.28 29.64,-83.12 31.53,-84.18 32.13,-81.2 44.88,-116.10 43.58,-118.95 47.20,-119.32 47.40,-120.20 48.68,-116.34 43.52,-112.07 46.38,-117.02 42.92,-112.6 38.32,-88.86 42.2,-89.1 41.62,-87.42 39.327,-85.523 39.16,-86.52 40.19,-85.38 39.45,-87.3 41.88,-91.7 41.50,-90.52 40.81,-91.12 42.51,-94.18 41.06,-94.37 41.01,-92.42 42.4,-90.7 43.15,-93.33 42.4,-96.38 42.55,-92.4 38.86,-99.27 37.30,-98.58 37.93,-100.72 39.22,-99.50 39.15,-102.17 36.97,-86.43 38.18,-83.44 38.05,-83.94 37.56,-83.38 37.25,-83.19 37.07,-84.61 37.13,-84.07 31.38,-92.3 32.52,-92.05 43.98,-70.95 44.32,-69.8 45.470,-69.550 46.126,-67.841 46.611,-69.523 44.388,-68.204 47.281,-68.380 39.7,-77.72 39.2762,-77.53 38.33,-75.5 42.37,-71.03 41.78,-70.5 41.25,-70.07 39.63,-79.95 39.52,-79.27 41.16,-79.08 40.86,-79.90 41.23,-80.24 39.95,-82.01 40.49,-81.44 42.45,-73.25 45.58,-84.80 45.02,-84.68 44.38,-84.68 42.98,-83.73 43.79,-82.99 45.73,-87.08 42.88,-85.52 42.23,-85.55 43.78,-86.49 42.41,-86.35 42.27,-84.47 43.96,-86.41 43.72,-85.50 42.75,-86.10 45.82,-88.06 47.15,-88.48 46.53,-85.51 44.73,-85.58 46.3,-96.07 45.55,-94.07 33.5,-90.08 30.4,-89.07 31.18,-90.47 32.33,-88.75 37.14,-94.52 37.83,-94.37 38.13,-92.60 37.89,-91.77 36.77,-91.90 36.56,-93.19 39.94,-91.20 37.76,-90.43 45.70,-110.47 45.42,-105.46 46.38,-104.24 47.48,-111.37 45.12,-113.88 43.50,-114.30 47.05,-109.45 48.10,-105.58 47.13,-104.80 47.33,-106.93 46.43,-105.87 47.72,-104.18 42.05,-102.8 40.22,-100.58 41.87,-103.6 42.87,-100.55 41.98,-97.43 39.83,-117.13 44.27,-71.3 39.45,-74.57 40.28,-74.82 32.33,-104.27 36.45,-103.15 35.52,-108.78 32.68,-103.2 32.3,-106.77 35.62,-106.08 32.63,-108.17 35.18,-103.6 42.22,-75.98 44.93,-74.85 40.887,-72.476 41.5,-74.1 34.98,-78.88 35.85,-77.87 36.43,-77.70 35.08,-77.04 34.27,-77.92 36.13,-80.23 46.92,-98.68 46.78,-102.8 48.11,-98.87 48.71,-94.58 47.48,-94.88 48.18,-103.63 40.412,-83.737 38.840,-82.847 40.948,-87.183 38.687,-83.787 35.35,-99.2 44.83,-117.82 42.06,-124.25 42.93,-122.07 42.18,-121.75 41.74,-122.58 41.48,-120.57 41.803,-78.6401 40.29637,-78.32 41.241,-76.921 40.316,-78.833 40.193,-76.763 40.8492,-77.84869 40.65,-75.43 41.14,-75.38 40.38,-75.97 41.17,-73.13 41.73,-71.43 33.70,-78.89 34.63,-79.04 32.9,-80.03 33.28,-80.51 32.43,-80.67 32.40,-82.06 32.91,-80.67 45.54,-100.41 36.47,-87.84 35.32,-87.75 36.36,-85.65 35.94,-85.03 35.42,-85.73 27.77,-97.5 31.7552,-104.1544 29.33,-103.20 30.36,-103.67 33.63,-95.45 32.37,-95.4 29.37,-100.92 27.53,-99.47 30.17,-102.42 37.7,-113.1 41.78,-111.85 38.77,-109.75 39.62,-110.75 44.39,-74.21 43.34,-72.52 44.42,-72.02 44.2,-72.57 48.12,-123.5 44.26,-121.17 44.42,-118.95 45.60,-121.18 46.24,-119.10 46.57,-120.53 48.8,-122.53 48.42,-119.53 44.87,-91.48 44.48,-88.13 44.93,-89.62 44.36,-89.83 44.83,-87.37 44.14,-87.67 44.45,-95.82 42.92,-106.47 41.15,-104.82 41.13,-102.96 41.30,-105.57 42.82,-103.00 41.6,-109.07 44.77,-106.97 43.60,-110.73 43.97,-107.95 37.23,-80.42 33.83,-116.5 37.69,-121.81 36.58,-121.85 38.52,-122.82 18.49,-67.13 18.25,-67.15 18.01,-66.56 18.25,-65.63 18.31,-65.28 21.15,-157.10 20.78,-156.95</latLonList>
|
432
|
+
<cityNameList>Oklahoma City,OK|Tulsa,OK|Knoxville,TN|Atlanta,GA|Reno,NV|Flagstaff,AZ|Phoenix,AZ|Tucson,AZ|Jackson,TN|Little Rock,AR|Los Angeles,CA|San Diego,CA|Pueblo,CO|Denver,CO|Washington,DC|Key West,FL|Miami,FL|Orlando,FL|Tampa,FL|Boise,ID|Chicago,IL|Springfield,IL|Goodland,KS|Paducah,KY|New Orleans,LA|Bangor,ME|Caribou,ME|Portland,ME|Baltimore,MD|Detroit,MI|Marquette,MI|Duluth,MN|Minneapolis,MN|Tupelo,MS|St Louis,MO|Billings,MT|Butte,MT|Glasgow,MT|Missoula,MT|Elko,NV|Las Vegas,NV|Albuquerque,NM|Albany,NY|Buffalo,NY|Syracuse,NY|New York,NY|Bismarck,ND|Fargo,ND|Minot,ND|Cleveland,OH|Columbus,OH|Toledo,OH|Portland,OR|Erie,PA|Philadelphia,PA|Pittsburgh,PA|Hartford,CT|Sioux Falls,SD|Nashville,TN|Austin,TX|Brownsville,TX|Dallas,TX|El Paso,TX|Midland,TX|Houston,TX|San Antonio,TX|Salt Lake City,UT|Spokane,WA|Milwaukee,WI|Richmond,VA|San Juan,PR|St Thomas,VI|St Croix,VI|Anchorage,AK|Barrow,AK|Fairbanks,AK|Juneau,AK|Nome,AK|Kansas City,MO|Lincoln,NE|Topeka,KS|Wichita Falls,TX|Wichita,KS|Greenville,SC|Charleston,WV|Roanoke,VA|Charlotte,NC|Macon,GA|Augusta,GA|Redding,CA|Birmingham,AL|Huntsville,AL|Yuma,AZ|Jonesboro,AR|Texarkana,AR|Fresno,CA|Durango,CO|Grand Junction,CO|Ocala,FL|Palm Beach,FL|Twin Falls,ID|Peoria,IL|Evansville,IN|Fort Wayne,IN|Lafayette,IN|Indianapolis,IN|South Bend,IN|Des Moines,IA|Dodge City,KS|Liberal,KS|Louisville,KY|Baton Rouge,LA|Lake Charles,LA|Shreveport,LA|Rumford,ME|Eastport,ME|Millinocket,ME|Worcester,MA|Alpena,MI|Port Huron,MI|Ironwood,MI|Lansing,MI|Saginaw,MI|Sault St Marie,MI|International Falls,MN|Jackson,MS|Columbia,MO|Poplar Bluff,MO|Springfield,MO|Havre,MT|Helena,MT|Kalispell,MT|Hastings,NE|North Platte,NE|Ely,NV|Concord,MA|Roswell,NM|Elmira,NY|Rochester,NY|Greenville,NC|Newport,NC|Cape Hatteras,NC|Raleigh-Durham,NC|Grand Forks,ND|Cincinnati,OH|Dayton,OH|Pendleton,OR|Roseburg,OR|Salem,OR|Florence,SC|Columbia,SC|Aberdeen,SD|Pierre,SD|Rapid City,SD|Watertown,SD|Memphis,TN|Lewisburg,TN|Lufkin,TX|Amarillo,TX|Abilene,TX|Lubbock,TX|San Angelo,TX|Waco,TX|Rutland,VT|Burlington,VT|Olympia,WA|Seattle,WA|LaCrosse,WI|Madison,WI|Oshkosh,WI|Rhinelander,WI|Douglas,WY|Rawlins,WY|Yellowstone,WY|Riverton,WY|Norfolk,VA|Charlottesville,VA|San Jose,CA|Vieques,PR|Hilo,HI|Honolulu,HI|Lihue,HI|Kahului,HI|Kona,HI|Adak,AK|Bettles,AK|Ketchikan,AK|McGrath,AK|Seward,AK|Guam,GU|Rota,GU|Tinian,GU|Saipan,GU|St Joseph,MO|Fayetteville,AR|Fort Smith,AR|Enid,OK|Omaha,NE|Salina,KS|Ardmore,OK|Chanute,KS|Spickard,MO|Asheville,NC|Huntington,WV|Elkins,WV|Clarksburg,WV|Beckley,WV|Pikeville,KY|Middlesboro,KY|Danville,VA|Elizabeth City,NC|Farmville,VA|Hickory,NC|Chattanooga,TN|Bristol,TN|Athens,GA|Columbus,GA|Snowshoe,WV|Lewisburg,WV|Sacramento,CA|Winnemuca,NV|Eureka,NV|Wendover,NV|Medford,OR|Eureka,CA|Lakeview,OR|Fort Payne,AL|Florence,AL|Mobile,AL|Camden,AL|Evergreen,AL|Montgomery,AL|Dothan,AL|Globe,AZ|Gila Bend,AZ|Parker,AZ|Imperial,CA|Pine Bluff,AR|Clarksdale,MS|Union City,TN|Bakersfield,CA|Needles,CA|San Francisco,CA|Stockton,CA|Fairfield,CA|Blue Canyon,CA|San Luis Obispo,CA|Bishop,CA|Alamosa,CO|Leadville,CO|Lamar,CO|Colorado Springs,CO|Ft Collins,CO|Trinidad,CO|Steamboat Springs,CO|Dover,DE|Daytona Beach,FL|Gainesville,FL|Jacksonville,FL|St Augustine,FL|St Simons Island,GA|Alma,GA|Naples,FL|Panama City,FL|Pensacola,FL|Tallahassee,FL|Valdosta,GA|Cross City,FL|Albany,GA|Savannah,GA|McCall,ID|Burns,OR|Moses Lake,WA|Wenatchee,WA|Bonners Ferry,ID|Idaho Falls,ID|Lewiston,ID|Pocatello,ID|Mount Vernon,IL|Rockford,IL|Gary,IN|Greensburg,IN|Bloomington,IN|Muncie,IN|Terre Haute,IN|Cedar Rapids,IA|Moline,IN|Burlington,IA|Fort Dodge,IA|Creston,IA|Ottumwa,IA|Dubuque,IA|Mason City,IA|Sioux City,IA|Waterloo,IA|Hays,KS|Medicine Lodge,KS|Garden City,KS|Hill City,KS|Burlington,CO|Bowling Green,KY|Morehead,KY|Mount Sterling,KY|Jackson,KY|Hazard,KY|Somerset,KY|London,KY|Alexandria,LA|Monroe,LA|Fryeburg,VT|Augusta,ME|Greenville,ME|Houlton,ME|Clayton Lake,ME|Bar Harbor,ME|Frenchville,ME|Hagerstown,MD|Point of Rocks,MD|Salisbury,MD|Boston,MA|Cape Cod,MA|Nantucket,MA|Morgantown,WV|Oakland,MD|Brookville,PA|Butler,PA|Mercer,PA|Zanesville,OH|New Philadelphia,OH|Pittsfield,MA|Pellston,MI|Otsego County Airport,MI|Houghton Lake,MI|Flint,MI|Bad Axe,MI|Escanaba,MI|Grand Rapids,MI|Kalamazoo,MI|Pentwater,MI|South Haven,MI|Jackson,MI|Ludington,WI|Big Rapids,MI|Holland,MI|Iron Mountain,MI|Houghton,MI|Newberry,MI|Traverse City,MI|Fergus Falls,MN|St Cloud,MN|Greenwood,MS|Gulfport,MS|Mccomb,MS|Meridian,MS|Joplin,MO|Nevada,MO|Osage Beach,MO|Rolla,MO|West Plains,MO|Branson,MO|Quincy,IL|Farmington,MO|Livingston,MT|Broadus,MT|Baker,MT|Great Falls,MT|Salmon,ID|Sun Valley,ID|Lewistown,MT|Wolf Point,MT|Glendive,MT|Jordan,MT|Miles City,MT|Sidney,MT|Alliance,NE|Mccook,NE|Scottsbluff,NE|Valentine,NE|Norfolk,NE|Austin,NV|Mt Washington,NH|Atlantic City,NJ|Trenton,NJ|Carlsbad,NM|Clayton,NM|Gallup,NM|Hobbs,NM|Las Cruces,NM|Sante Fe,NM|Silver City,NM|Tucumcari,NM|Binghamton,NY|Massena,NY|Southampton,NY|Newburgh,NY|Fayetteville,NC|Rocky Mount,NC|Roanoke Rapids,NC|New Bern,NC|Wilmington,NC|Winston-Salem,NC|Jamestown,ND|Dickinson,ND|Devil's Lake,ND|Baudette,MN|Bemidji,MN|Williston,ND|Bellefontaine,OH|Portsmouth,OH|Rensselaer,IN|Maysville,OH|Clinton,OK|Baker,OR|Brookings,OR|Crater Lake,OR|Klamath Falls,OR|Yreka,CA|Alturas,CA|Bradford,PA|Altoona,PA|Williamsport,PA|Johnstown,PA|Harrisburg,PA|State College,PA|Allentown,PA|Mt Pocono,PA|Reading,PA|Bridgeport,CT|Providence,RI|Myrtle Beach,SC|Lumberton,SC|Charleston,SC|Orangeburg,SC|Beaufort,SC|Metter,GA|Walterboro,SC|Mobridge,SD|Dover,TN|Waynesboro,TN|Gainesboro,TN|Crossville,TN|Altamont,TN|Corpus Christi,TX|Wink,TX|Panther Junction,TX|Alpine,TX|Paris,TX|Tyler,TX|Del Rio,TX|Laredo,TX|Sanderson,TX|Cedar City,UT|Logan,UT|Moab,UT|Price,UT|Saranac Lake,NY|Springfield,VT|St Johnsbury,VT|Montpelier,VT|Port Angeles,WA|Redmond,OR|John Day,OR|The Dalles,OR|Pasco,WA|Yakima,WA|Bellingham,WA|Omak,WA|Eau Claire,WI|Green Bay,WI|Wausau,WI|Wisconsin Rapids,WI|Sturgeon Bay,WI|Manitowoc,WI|Marshall,MN|Casper,WY|Cheyenne,WY|Sidney,WY|Laramie,WY|Chadron,NE|Rock Springs,WY|Sheridan,WY|Jackson,WY|Worland,WY|Blacksburg,VA|Palm Springs,CA|Livermore,CA|Monterey,CA|Santa Rosa,CA|Aquadilla,PR|Mayaguez,PR|Ponce,PR|Roosevelt,PR|Culebra,PR|Kaunankaki,HI|Lanai City,HI</cityNameList>
|
433
|
+
</dwml>
|
434
|
+
</listLatLonOut></ns1:LatLonListCityNamesResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
|
435
|
+
http_version:
|
436
|
+
recorded_at: Thu, 13 Mar 2014 19:50:02 GMT
|
437
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,437 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- Apache/2.2.15 (Red Hat)
|
23
|
+
Last-Modified:
|
24
|
+
- Thu, 13 Mar 2014 18:05:49 GMT
|
25
|
+
Accept-Ranges:
|
26
|
+
- bytes
|
27
|
+
Content-Length:
|
28
|
+
- '28583'
|
29
|
+
Content-Type:
|
30
|
+
- application/wsdl+xml
|
31
|
+
Date:
|
32
|
+
- Thu, 13 Mar 2014 19:49:56 GMT
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: "<?xml version=\"1.0\"?>\n\n<!-- **********************************************************************
|
38
|
+
\ \n \n
|
39
|
+
\ ndfdXML.wsdl \n\n John L. Schattel MDL 4
|
40
|
+
July 2007 \n Aniesha L. Alford\n Red Hat Linux Apache
|
41
|
+
Server \n \n SOURCE CODE CONTROL INFORMATION \n\n Name: \n
|
42
|
+
\ %PM% \n %PID% \n\n Status: \n %PS% \n\n
|
43
|
+
\ History: \n %PL% \n\n
|
44
|
+
\ Change Document History: \n
|
45
|
+
\ %PIRC% \n\n
|
46
|
+
\ *************************************************************************
|
47
|
+
\ -->\n\n<definitions xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
48
|
+
\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
|
49
|
+
\n xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
|
50
|
+
\n xmlns:si=\"http://soapinterop.org/xsd\" \n xmlns:tns=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
51
|
+
\n xmlns:typens=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\"
|
52
|
+
\n xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" \n xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\"
|
53
|
+
\n xmlns=\"http://schemas.xmlsoap.org/wsdl/\" \n targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\">\n<types>\n
|
54
|
+
<xsd:schema targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\">\n
|
55
|
+
<xsd:import namespace=\"http://schemas.xmlsoap.org/soap/encoding/\" />\n <xsd:import
|
56
|
+
namespace=\"http://schemas.xmlsoap.org/wsdl/\" />\n\n <xsd:simpleType name=\"sectorType\">\n
|
57
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='conus'/>\n
|
58
|
+
\ <xsd:enumeration value='nhemi'/>\n <xsd:enumeration value='alaska'/>\n
|
59
|
+
\ <xsd:enumeration value='guam'/>\n <xsd:enumeration value='hawaii'/>\n
|
60
|
+
\ <xsd:enumeration value='puertori'/>\n <xsd:enumeration value='npacocn'/>\n
|
61
|
+
\ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"unitType\">\n
|
62
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='e'/>\n <xsd:enumeration
|
63
|
+
value='m'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
|
64
|
+
name=\"formatType\">\n <xsd:restriction base='xsd:string'>\n <xsd:enumeration
|
65
|
+
value='24 hourly'/>\n <xsd:enumeration value='12 hourly'/>\n </xsd:restriction>\n
|
66
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"productType\">\n <xsd:restriction
|
67
|
+
base='xsd:string'>\n <xsd:enumeration value='time-series'/>\n <xsd:enumeration
|
68
|
+
value='glance'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
|
69
|
+
name=\"latLonPairType\">\n <xsd:restriction base='xsd:string'>\n <xsd:pattern
|
70
|
+
value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+\" />\n </xsd:restriction>\n
|
71
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"listLatLonType\">\n <xsd:restriction
|
72
|
+
base='xsd:string'>\n <xsd:pattern value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+(
|
73
|
+
[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+)*\" />\n </xsd:restriction>\n
|
74
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeType\">\n <xsd:restriction
|
75
|
+
base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?\" />\n </xsd:restriction>\n
|
76
|
+
</xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeListType\">\n <xsd:restriction
|
77
|
+
base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?( \\d{5}(\\-\\d{4})?)*\"
|
78
|
+
/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"featureTypeType\">\n
|
79
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='Forecast_Gml2Point'/>\n
|
80
|
+
\ <xsd:enumeration value='Forecast_Gml2AllWx'/>\n <xsd:enumeration value='Forecast_GmlsfPoint'/>\n
|
81
|
+
\ <xsd:enumeration value='Forecast_GmlObs'/>\n <xsd:enumeration value='NdfdMultiPointCoverage'/>\n
|
82
|
+
\ <xsd:enumeration value='Ndfd_KmlPoint'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
|
83
|
+
<xsd:simpleType name=\"compTypeType\">\n <xsd:restriction base='xsd:string'>\n
|
84
|
+
\ <xsd:enumeration value='IsEqual'/>\n <xsd:enumeration value='Between'/>\n
|
85
|
+
\ <xsd:enumeration value='GreaterThan'/>\n <xsd:enumeration value='GreaterThanEqualTo'/>\n
|
86
|
+
\ <xsd:enumeration value='LessThan'/>\n <xsd:enumeration value='LessThanEqualTo'/>\n
|
87
|
+
\ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"listCityNamesType\">\n
|
88
|
+
\ <xsd:restriction base='xsd:string'>\n <xsd:pattern value=\"[a-zA-Z'\\-]*(
|
89
|
+
?[a-zA-Z'\\-]*)*,[A-Z][A-Z](\\|[a-zA-Z'\\-]*( ?[a-zA-Z'\\-]*)*,[A-Z][A-Z])*\"
|
90
|
+
/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"displayLevelType\">\n
|
91
|
+
\ <xsd:restriction base='xsd:integer'>\n <xsd:enumeration value='1'/>\n
|
92
|
+
\ <xsd:enumeration value='2'/>\n <xsd:enumeration value='3'/>\n <xsd:enumeration
|
93
|
+
value='4'/>\n <xsd:enumeration value='12'/>\n <xsd:enumeration value='34'/>\n
|
94
|
+
\ <xsd:enumeration value='1234'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
|
95
|
+
<xsd:complexType name=\"weatherParametersType\">\n <xsd:all>\n <xsd:element
|
96
|
+
name=\"maxt\" type=\"xsd:boolean\"/>\n <xsd:element name=\"mint\"
|
97
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"temp\" type=\"xsd:boolean\"/>\n
|
98
|
+
\ <xsd:element name=\"dew\" type=\"xsd:boolean\"/>\n <xsd:element
|
99
|
+
name=\"pop12\" type=\"xsd:boolean\"/>\n <xsd:element name=\"qpf\"
|
100
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"sky\" type=\"xsd:boolean\"/>\n
|
101
|
+
\ <xsd:element name=\"snow\" type=\"xsd:boolean\"/>\n <xsd:element
|
102
|
+
name=\"wspd\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wdir\"
|
103
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"wx\" type=\"xsd:boolean\"/>\n
|
104
|
+
\ <xsd:element name=\"waveh\" type=\"xsd:boolean\"/>\n <xsd:element
|
105
|
+
name=\"icons\" type=\"xsd:boolean\"/>\n <xsd:element name=\"rh\"
|
106
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"appt\" type=\"xsd:boolean\"/>\n
|
107
|
+
\ <xsd:element name=\"incw34\" type=\"xsd:boolean\"/>\n <xsd:element
|
108
|
+
name=\"incw50\" type=\"xsd:boolean\"/>\n <xsd:element name=\"incw64\"
|
109
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"cumw34\" type=\"xsd:boolean\"/>\n
|
110
|
+
\ <xsd:element name=\"cumw50\" type=\"xsd:boolean\"/>\n <xsd:element
|
111
|
+
name=\"cumw64\" type=\"xsd:boolean\"/>\n <xsd:element name=\"critfireo\"
|
112
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"dryfireo\" type=\"xsd:boolean\"/>\n
|
113
|
+
\ <xsd:element name=\"conhazo\" type=\"xsd:boolean\"/>\n <xsd:element
|
114
|
+
name=\"ptornado\" type=\"xsd:boolean\"/>\n <xsd:element name=\"phail\"
|
115
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptstmwinds\" type=\"xsd:boolean\"/>\n
|
116
|
+
\ <xsd:element name=\"pxtornado\" type=\"xsd:boolean\"/>\n <xsd:element
|
117
|
+
name=\"pxhail\" type=\"xsd:boolean\"/>\n <xsd:element name=\"pxtstmwinds\"
|
118
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptotsvrtstm\" type=\"xsd:boolean\"/>\n
|
119
|
+
\ <xsd:element name=\"pxtotsvrtstm\" type=\"xsd:boolean\"/>\n <xsd:element
|
120
|
+
name=\"tmpabv14d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw14d\"
|
121
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpabv30d\" type=\"xsd:boolean\"/>\n
|
122
|
+
\ <xsd:element name=\"tmpblw30d\" type=\"xsd:boolean\"/>\n <xsd:element
|
123
|
+
name=\"tmpabv90d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw90d\"
|
124
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv14d\" type=\"xsd:boolean\"/>\n
|
125
|
+
\ <xsd:element name=\"prcpblw14d\" type=\"xsd:boolean\"/>\n <xsd:element
|
126
|
+
name=\"prcpabv30d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpblw30d\"
|
127
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv90d\" type=\"xsd:boolean\"/>\n
|
128
|
+
\ <xsd:element name=\"prcpblw90d\" type=\"xsd:boolean\"/>\n <xsd:element
|
129
|
+
name=\"precipa_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"sky_r\"
|
130
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"td_r\" type=\"xsd:boolean\"/>\n
|
131
|
+
\ <xsd:element name=\"temp_r\" type=\"xsd:boolean\"/>\n <xsd:element
|
132
|
+
name=\"wdir_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wspd_r\"
|
133
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"wwa\" type=\"xsd:boolean\"/>\n
|
134
|
+
\ <xsd:element name=\"wgust\" type=\"xsd:boolean\"/>\n <xsd:element
|
135
|
+
name=\"iceaccum\" type=\"xsd:boolean\"/>\n <xsd:element name=\"maxrh\"
|
136
|
+
\ type=\"xsd:boolean\"/>\n <xsd:element name=\"minrh\" type=\"xsd:boolean\"/>\n
|
137
|
+
\ </xsd:all>\n </xsd:complexType>\n\n</xsd:schema>\n</types>\n\n<message name=\"NDFDgenRequest\">\n
|
138
|
+
\ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
|
139
|
+
\ type=\"xsd:decimal\" />\n <part name=\"product\" type=\"typens:productType\"
|
140
|
+
/>\n <part name=\"startTime\" type=\"xsd:dateTime\" />\n <part
|
141
|
+
name=\"endTime\" type=\"xsd:dateTime\" />\n <part name=\"Unit\"
|
142
|
+
\ type=\"typens:unitType\" /> \n <part name=\"weatherParameters\"
|
143
|
+
type=\"typens:weatherParametersType\" />\n</message>\n\n<message name=\"NDFDgenResponse\">\n
|
144
|
+
\ <part name=\"dwmlOut\" type=\"xsd:string\" />\n</message>\n\n<message
|
145
|
+
name=\"NDFDgenLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
|
146
|
+
/>\n <part name=\"product\" type=\"typens:productType\" />\n <part
|
147
|
+
name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
|
148
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"Unit\" type=\"typens:unitType\"
|
149
|
+
/> \n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
|
150
|
+
/>\n</message>\n\n<message name=\"NDFDgenLatLonListResponse\">\n <part name=\"dwmlOut\"
|
151
|
+
\ type=\"xsd:string\" />\n</message>\n\n<message name=\"LatLonListSubgridRequest\">\n
|
152
|
+
\ <part name=\"lowerLeftLatitude\" type=\"xsd:decimal\" />\n <part name=\"lowerLeftLongitude\"
|
153
|
+
\ type=\"xsd:decimal\" />\n <part name=\"upperRightLatitude\" type=\"xsd:decimal\"
|
154
|
+
/>\n <part name=\"upperRightLongitude\" type=\"xsd:decimal\" />\n <part
|
155
|
+
name=\"resolution\" type=\"xsd:decimal\" />\n</message>\n\n<message
|
156
|
+
name=\"LatLonListSubgridResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
157
|
+
/>\n</message>\n\n<message name=\"LatLonListLineRequest\">\n <part name=\"endPoint1Lat\"
|
158
|
+
\ type=\"xsd:decimal\" />\n <part name=\"endPoint1Lon\" type=\"xsd:decimal\"
|
159
|
+
/>\n <part name=\"endPoint2Lat\" type=\"xsd:decimal\" />\n <part
|
160
|
+
name=\"endPoint2Lon\" type=\"xsd:decimal\" />\n</message>\n\n<message
|
161
|
+
name=\"LatLonListLineResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
162
|
+
/>\n</message>\n\n<message name=\"LatLonListZipCodeRequest\">\n <part name=\"zipCodeList\"
|
163
|
+
\ type=\"typens:zipCodeListType\" />\n</message>\n\n<message name=\"LatLonListZipCodeResponse\">\n
|
164
|
+
\ <part name=\"listLatLonOut\" type=\"typens:listLatLonType\" />\n</message>\n\n<message
|
165
|
+
name=\"LatLonListSquareRequest\">\n <part name=\"centerPointLat\" type=\"xsd:decimal\"
|
166
|
+
/>\n <part name=\"centerPointLon\" type=\"xsd:decimal\" />\n <part
|
167
|
+
name=\"distanceLat\" type=\"xsd:decimal\" />\n <part name=\"distanceLon\"
|
168
|
+
\ type=\"xsd:decimal\" />\n <part name=\"resolution\" type=\"xsd:decimal\"
|
169
|
+
/>\n</message>\n\n<message name=\"LatLonListSquareResponse\">\n <part name=\"listLatLonOut\"
|
170
|
+
\ type=\"typens:listLatLonType\" />\n</message>\n\n<message name=\"CornerPointsRequest\">\n
|
171
|
+
\ <part name=\"sector\" type=\"typens:sectorType\" />\n</message>\n\n<message
|
172
|
+
name=\"CornerPointsResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
|
173
|
+
/>\n</message>\n\n<message name=\"LatLonListCityNamesRequest\">\n <part
|
174
|
+
name=\"displayLevel\" type=\"typens:displayLevelType\" />\n</message>\n\n<message
|
175
|
+
name=\"LatLonListCityNamesResponse\">\n <part name=\"listCityNamesOut\"
|
176
|
+
\ type=\"typens:listCityNamesType\" />\n</message>\n\n<message name=\"NDFDgenByDayRequest\">\n
|
177
|
+
\ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
|
178
|
+
\ type=\"xsd:decimal\" />\n <part name=\"startDate\" type=\"xsd:date\"
|
179
|
+
/>\n <part name=\"numDays\" type=\"xsd:integer\" />\n <part
|
180
|
+
name=\"Unit\" type=\"typens:unitType\" /> \n <part name=\"format\"
|
181
|
+
\ type=\"typens:formatType\" />\n</message>\n\n<message name=\"NDFDgenByDayResponse\">\n
|
182
|
+
\ <part name=\"dwmlByDayOut\" type=\"xsd:string\" />\n</message>\n\n<message
|
183
|
+
name=\"NDFDgenByDayLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
|
184
|
+
/>\n <part name=\"startDate\" type=\"xsd:date\" />\n <part name=\"numDays\"
|
185
|
+
\ type=\"xsd:integer\" />\n <part name=\"Unit\" type=\"typens:unitType\"
|
186
|
+
/> \n <part name=\"format\" type=\"typens:formatType\" />\n</message>\n\n<message
|
187
|
+
name=\"NDFDgenByDayLatLonListResponse\">\n <part name=\"dwmlByDayOut\" type=\"xsd:string\"
|
188
|
+
/>\n</message>\n\n<message name=\"GmlLatLonListRequest\">\n <part name=\"listLatLon\"
|
189
|
+
\ type=\"typens:listLatLonType\" />\n <part name=\"requestedTime\"
|
190
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"featureType\" type=\"typens:featureTypeType\"
|
191
|
+
/>\n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
|
192
|
+
/>\n</message>\n\n<message name=\"GmlLatLonListResponse\">\n <part name=\"dwGmlOut\"
|
193
|
+
\ type=\"xsd:string\" />\n</message>\n\n<message name=\"GmlTimeSeriesRequest\">\n
|
194
|
+
\ <part name=\"listLatLon\" type=\"typens:listLatLonType\" />\n <part
|
195
|
+
name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
|
196
|
+
\ type=\"xsd:dateTime\" />\n <part name=\"compType\" type=\"typens:compTypeType\"
|
197
|
+
/>\n <part name=\"featureType\" type=\"typens:featureTypeType\" />\n
|
198
|
+
\ <part name=\"propertyName\" type=\"xsd:string\" />\n</message>\n\n<message
|
199
|
+
name=\"GmlTimeSeriesResponse\">\n <part name=\"dwGmlOut\" type=\"xsd:string\"
|
200
|
+
/>\n</message>\n\n<portType name=\"ndfdXMLPortType\">\n\n <operation name=\"NDFDgen\">\n
|
201
|
+
\ <documentation>Returns National Weather Service digital weather forecast
|
202
|
+
data</documentation>\n <input message=\"tns:NDFDgenRequest\"/>\n <output
|
203
|
+
message=\"tns:NDFDgenResponse\"/>\n </operation>\n\n <operation name=\"NDFDgenByDay\">\n
|
204
|
+
\ <documentation>Returns National Weather Service digital weather forecast
|
205
|
+
data summarized over either 24- or 12-hourly periods</documentation>\n <input
|
206
|
+
\ message=\"tns:NDFDgenByDayRequest\"/>\n <output message=\"tns:NDFDgenByDayResponse\"/>\n
|
207
|
+
\ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <documentation>Returns
|
208
|
+
National Weather Service digital weather forecast data</documentation>\n <input
|
209
|
+
\ message=\"tns:NDFDgenLatLonListRequest\"/>\n <output message=\"tns:NDFDgenLatLonListResponse\"/>\n
|
210
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <documentation>Returns
|
211
|
+
National Weather Service digital weather forecast data summarized over either
|
212
|
+
24- or 12-hourly periods</documentation>\n <input message=\"tns:NDFDgenByDayLatLonListRequest\"/>\n
|
213
|
+
\ <output message=\"tns:NDFDgenByDayLatLonListResponse\"/>\n </operation>\n\n
|
214
|
+
\ <operation name=\"GmlLatLonList\">\n <documentation>Returns National
|
215
|
+
Weather Service digital weather forecast data encoded in GML for a single
|
216
|
+
time</documentation>\n <input message=\"tns:GmlLatLonListRequest\"/>\n
|
217
|
+
\ <output message=\"tns:GmlLatLonListResponse\"/>\n </operation>\n\n
|
218
|
+
\ <operation name=\"GmlTimeSeries\">\n <documentation>Returns National
|
219
|
+
Weather Service digital weather forecast data encoded in GML for a time period</documentation>\n
|
220
|
+
\ <input message=\"tns:GmlTimeSeriesRequest\"/>\n <output message=\"tns:GmlTimeSeriesResponse\"/>\n
|
221
|
+
\ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <documentation>Returns
|
222
|
+
a list of latitude and longitude pairs in a rectangular subgrid defined by
|
223
|
+
the lower left and upper right points</documentation>\n <input message=\"tns:LatLonListSubgridRequest\"/>\n
|
224
|
+
\ <output message=\"tns:LatLonListSubgridResponse\"/>\n </operation>\n\n
|
225
|
+
\ <operation name=\"LatLonListLine\">\n <documentation>Returns a list
|
226
|
+
of latitude and longitude pairs along a line defined by the latitude and longitude
|
227
|
+
of the 2 endpoints</documentation>\n <input message=\"tns:LatLonListLineRequest\"/>\n
|
228
|
+
\ <output message=\"tns:LatLonListLineResponse\"/>\n </operation>\n\n
|
229
|
+
\ <operation name=\"LatLonListZipCode\">\n <documentation>Returns a
|
230
|
+
list of latitude and longitude pairs with each pair corresponding to an input
|
231
|
+
zip code.</documentation>\n <input message=\"tns:LatLonListZipCodeRequest\"/>\n
|
232
|
+
\ <output message=\"tns:LatLonListZipCodeResponse\"/>\n </operation>\n\n
|
233
|
+
\ <operation name=\"LatLonListSquare\">\n <documentation>Returns a list
|
234
|
+
of latitude and longitude pairs in a rectangle defined by a central point
|
235
|
+
and distance from that point in the latitudinal and longitudinal directions</documentation>\n
|
236
|
+
\ <input message=\"tns:LatLonListSquareRequest\"/>\n <output message=\"tns:LatLonListSquareResponse\"/>\n
|
237
|
+
\ </operation>\n\n <operation name=\"CornerPoints\">\n <documentation>Returns
|
238
|
+
four latitude and longitude pairs for corners of an NDFD grid and the minimum
|
239
|
+
resolution that will return the entire grid</documentation>\n <input
|
240
|
+
\ message=\"tns:CornerPointsRequest\"/>\n <output message=\"tns:CornerPointsResponse\"/>\n
|
241
|
+
\ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <documentation>Returns
|
242
|
+
a list of latitude and longitude pairs paired with the city names they correspond
|
243
|
+
to</documentation>\n <input message=\"tns:LatLonListCityNamesRequest\"/>\n
|
244
|
+
\ <output message=\"tns:LatLonListCityNamesResponse\"/>\n </operation>\n\n</portType>\n\n<binding
|
245
|
+
name=\"ndfdXMLBinding\" type=\"tns:ndfdXMLPortType\">\n <soap:binding style=\"rpc\"
|
246
|
+
transport=\"http://schemas.xmlsoap.org/soap/http\"/>\n\n <operation name=\"NDFDgen\">\n
|
247
|
+
\ <soap:operation soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen\"
|
248
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
249
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
250
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
251
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
252
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDay\">\n <soap:operation
|
253
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay\"
|
254
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
255
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
256
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
257
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
258
|
+
\ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <soap:operation
|
259
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenLatLonList\"
|
260
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
261
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
262
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
263
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
264
|
+
\ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <soap:operation
|
265
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDayLatLonList\"
|
266
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
267
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
268
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
269
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
270
|
+
\ </operation>\n\n <operation name=\"GmlLatLonList\">\n <soap:operation
|
271
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlLatLonList\"
|
272
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
273
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
274
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
275
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
276
|
+
\ </operation>\n\n <operation name=\"GmlTimeSeries\">\n <soap:operation
|
277
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlTimeSeries\"
|
278
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
279
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
280
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
281
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
282
|
+
\ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <soap:operation
|
283
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSubgrid\"
|
284
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
285
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
286
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
287
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
288
|
+
\ </operation>\n\n <operation name=\"LatLonListLine\">\n <soap:operation
|
289
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListLine\"
|
290
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
291
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
292
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
293
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
294
|
+
\ </operation>\n\n <operation name=\"LatLonListZipCode\">\n <soap:operation
|
295
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListZipCode\"
|
296
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
297
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
298
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
299
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
300
|
+
\ </operation>\n\n <operation name=\"LatLonListSquare\">\n <soap:operation
|
301
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSquare\"
|
302
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
303
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
304
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
305
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
306
|
+
\ </operation>\n\n <operation name=\"CornerPoints\">\n <soap:operation
|
307
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#CornerPoints\"
|
308
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
309
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
310
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
311
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
312
|
+
\ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <soap:operation
|
313
|
+
soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames\"
|
314
|
+
style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
315
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
|
316
|
+
\ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
|
317
|
+
encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
|
318
|
+
\ </operation>\n\n</binding>\n\n<service name=\"ndfdXML\">\n <documentation>The
|
319
|
+
service has 12 exposed functions, NDFDgen, NDFDgenLatLonList, NDFDgenByDay,
|
320
|
+
NDFDgenByDayLatLonList, \n LatLonListSubgrid, LatLonListLine,
|
321
|
+
LatLonListZipCode, CornerPoints, LatLonListSquare, GmlLatLonList, GmlTimeSeries,
|
322
|
+
and LatLonListCityNames. \n For the NDFDgen function, the
|
323
|
+
client needs to provide a latitude and longitude pair and the product type.
|
324
|
+
The Unit will default\n to U.S. Standard (english) unless
|
325
|
+
Metric is chosen by client. The client also needs to provide the start and
|
326
|
+
end time (Local) \n of the period that it wants data for
|
327
|
+
(if shorter than the 7 days is wanted). For the time-series product, the
|
328
|
+
client needs to \n provide an array of boolean values corresponding
|
329
|
+
to which NDFD values are desired.\n For the NDFDgenByDay
|
330
|
+
function, the client needs to provide a latitude and longitude pair, the date
|
331
|
+
(Local) it wants to start \n retrieving data for and the
|
332
|
+
number of days worth of data. The Unit will default to U.S. Standard (english)
|
333
|
+
unless Metric is \n chosen by client. The client also needs
|
334
|
+
to provide the format that is desired. \n For the multi
|
335
|
+
point versions, NDFDgenLatLonList and NDFDgenByDayLatLonList a space delimited
|
336
|
+
list of latitude and longitude \n\t\t pairs are substituted for the single
|
337
|
+
latitude and longitude input. Each latitude and longitude \n pair
|
338
|
+
is composed of a latitude and longitude delimited by a comma. \n\t\t For
|
339
|
+
the LatLonListSubgrid, the user provides a comma delimited latitude and longitude
|
340
|
+
pair for the lower left and for \n the upper right corners
|
341
|
+
of a rectangular subgrid. The function can also take a integer \n resolution
|
342
|
+
to reduce the number of grid points returned. The service then returns a list
|
343
|
+
of \n latitude and longitude pairs for all the grid points
|
344
|
+
contained in the subgrid. \n weather values should appear
|
345
|
+
in the time series product. \n\t\t For the LatLonListLine, The inputs are
|
346
|
+
the same as the function NDFDgen except the latitude and longitude pair is
|
347
|
+
\n\t\t replaced by two latitude and longitude pairs, one for each end point
|
348
|
+
a line. The two points are delimited with a space. \n The
|
349
|
+
service then returns data for all the NDFD points on the line formed by the
|
350
|
+
two points. \n\t\t For the LatLonListZipCode function, the input is the
|
351
|
+
same as the NDFDgen function except the latitude and longitude values \n\t\t
|
352
|
+
\ are relaced by a zip code for the 50 United States and Puerto Rico.\n\t\t
|
353
|
+
\ For the LatLonListSquare function, the input is the same as the NDFDgen
|
354
|
+
function except the latitude and longitude values \n\t\t are relaced by a
|
355
|
+
zip code for the 50 United States and Puerto Rico.\n\t\t For the CornerPoints
|
356
|
+
function, the service requires a valid NDFD grid name. The function returns
|
357
|
+
a \n list of four latitude and longitude pairs, one for each
|
358
|
+
corner of the NDFD grid. The function \n also returns the
|
359
|
+
minimum resolution required to return the entire grid below the maximum points
|
360
|
+
\n threshold.\n For the GmlLatLonList function,
|
361
|
+
the service requires a list of latitude and longitude pairs, the time (UTC)
|
362
|
+
the user \n\t\t wants data for, the GML feature type and the array of boolean
|
363
|
+
values corresponding to which NDFD values are desired.\n For
|
364
|
+
the GmlTimeSeries function, the service requires a list of latitude and longitude
|
365
|
+
pairs, the start and end time (UTC) the user \n\t\t wants data for, a comparison
|
366
|
+
type (IsEqual, Between, GreaterThan, GreaterThan, GreaterThanEqualTo, LessThan,
|
367
|
+
and \n LessThanEqualTo), the GML feature type and The input
|
368
|
+
variable \"propertyName\" contains a comma delimited string of NDFD element
|
369
|
+
to \n indicate which weather parameters are being requested.\n
|
370
|
+
\ For the LatLonListCityNames function, the services requires
|
371
|
+
a detail level that that ranges from 1 to 4. Level 1 generally represents\n
|
372
|
+
\ large main cities. Level 2 represents progressively smaller
|
373
|
+
cities or large cities that are close to another even larger city. Levels\n
|
374
|
+
\ 3 and 4 are part one and two of a list of cities that help
|
375
|
+
increase the areal coverage of the cities dataset. This functions\n returns
|
376
|
+
a list of latitude and longitude values along with a seperate list of city
|
377
|
+
name for those point.</documentation>\n\n <port name=\"ndfdXMLPort\" binding=\"tns:ndfdXMLBinding\">\n
|
378
|
+
\ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
|
379
|
+
\ </port>\n</service>\n\n</definitions>\n"
|
380
|
+
http_version:
|
381
|
+
recorded_at: Thu, 13 Mar 2014 19:49:58 GMT
|
382
|
+
- request:
|
383
|
+
method: post
|
384
|
+
uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
|
385
|
+
body:
|
386
|
+
encoding: UTF-8
|
387
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
388
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"
|
389
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:LatLonListZipCode><zipCodeList>80129
|
390
|
+
80128</zipCodeList></tns:LatLonListZipCode></env:Body></env:Envelope>
|
391
|
+
headers:
|
392
|
+
Soapaction:
|
393
|
+
- '"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListZipCode"'
|
394
|
+
Content-Type:
|
395
|
+
- text/xml;charset=UTF-8
|
396
|
+
Content-Length:
|
397
|
+
- '467'
|
398
|
+
Accept-Encoding:
|
399
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
400
|
+
Accept:
|
401
|
+
- "*/*"
|
402
|
+
User-Agent:
|
403
|
+
- Ruby
|
404
|
+
response:
|
405
|
+
status:
|
406
|
+
code: 200
|
407
|
+
message: OK
|
408
|
+
headers:
|
409
|
+
Server:
|
410
|
+
- Apache/2.2.15 (Red Hat)
|
411
|
+
X-Soap-Server:
|
412
|
+
- NuSOAP/0.9.5 (1.123)
|
413
|
+
Content-Length:
|
414
|
+
- '958'
|
415
|
+
Content-Type:
|
416
|
+
- text/xml; charset=ISO-8859-1
|
417
|
+
Cache-Control:
|
418
|
+
- max-age=180
|
419
|
+
Expires:
|
420
|
+
- Thu, 13 Mar 2014 19:52:56 GMT
|
421
|
+
Date:
|
422
|
+
- Thu, 13 Mar 2014 19:49:56 GMT
|
423
|
+
Connection:
|
424
|
+
- keep-alive
|
425
|
+
body:
|
426
|
+
encoding: UTF-8
|
427
|
+
string: <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
428
|
+
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
429
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:LatLonListZipCodeResponse
|
430
|
+
xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"><listLatLonOut
|
431
|
+
xsi:type="xsd:string"><?xml version='1.0'?><dwml version='1.0'
|
432
|
+
xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
433
|
+
xsi:noNamespaceSchemaLocation='http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd'><latLonList>39.5457,-105.002
|
434
|
+
39.5946,-105.014</latLonList></dwml></listLatLonOut></ns1:LatLonListZipCodeResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
|
435
|
+
http_version:
|
436
|
+
recorded_at: Thu, 13 Mar 2014 19:49:59 GMT
|
437
|
+
recorded_with: VCR 2.8.0
|