California Traffic Conditions
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
California highway conditions.
Source of information: Caltrans website
Usage Notes
Request Parameter Schema:
<element name="hwynums" type="string" />
Response Parameter Schema:
<element name="return" type="string" />
Encoding Style for both request and response:
http://schemas.xmlsoap.org/soap/encoding
----------------------------------------------------------
Sample Request envelope:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getTraffic xmlns:ns1="urn:xmethods-CATraffic" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<hwynums xsi:type="xsd:string">101</hwynums>
</ns1:getTraffic>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
-----------------------------------------------------------
Sample Response Envelope:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getTrafficResponse xmlns:ns1="urn:xmethods-CATraffic" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:string">
US 101
[LOS ANGELES & VENTURA CO.'S]
NO TRAFFIC RESTRICTIONS ARE REPORTED FOR THIS AREA.
[CENTRAL COAST]
NO TRAFFIC RESTRICTIONS ARE REPORTED FOR THIS AREA.
[SAN FRANCISCO BAY AREA]
NO TRAFFIC RESTRICTIONS ARE REPORTED FOR THIS AREA.
[NORTHWEST CALIFORNIA]
1-WAY CONTROLLED TRAFFIC 2 MI NORTH OF THE SONOMA/MENDOCINO CO LINE
FROM 0600 HRS TO 1800 HRS 7 DAYS A WEEK THRU 10/30/00 - DUE TO CONSTRUCTION
1-WAY CONTROLLED TRAFFIC FROM 9.8 MI NORTH TO 10.1 MI NORTH OF THE
JCT OF SR 169 (DEL NORTE CO) 24 HRS A DAY 7 DAYS A WEEK TO 1700 HRS ON
10/30/00 - DUE TO CONSTRUCTION
1-WAY CONTROLLED TRAFFIC AT VARIOUS LOCATIONS FROM 5.4 MI TO 3.4 MI SOUTH
OF CRESCENT CITY (DEL NORTE CO) FROM 0730 HRS TO 1830 HRS THRU 12/20/00 -
DUE TO CONSTRUCTION - MOTORISTS ARE SUBJECT TO 20 MINUTE DELAYS
</return>
</ns1:getTrafficResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Help Message Board