XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

California Traffic Conditions

WSDL

http://www.xmethods.net/sd/2001/CATrafficService.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:xmethods.net
For more Info:
Description:California highway conditions

Endpoints

URLPublisherContact EmailImplementation
http://services.xmethods.net:80/soap/servlet/rpcrouterxmethods.netsupport@xmethods.netApache SOAP

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
ws-clientApplicationmfservisoj OtherWindows
clientdApplicationmfservisoj OtherWindows
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
Hwy 280Applicationntuple Apache SOAPJavaOther
DreamFactory ClientApplicationbillappleton DreamFactoryJavascriptCross-Platform
Sample source for Apache SOAPExample Sourcexmethods.net Apache SOAPJavaCross-Platform
HighWayTrafExample SourceMacavity MS .NETC#Windows
Delphi California Traffic ConditionsExample Sourcejohn DelphiDelphi / KylixWindows
Traffic checker pageProxy Objectc_lee2112 MS SOAPASPWindows


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.&apos;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