ratis 3.3.6 → 3.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rvmrc +1 -1
- data/CHANGELOG +8 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +33 -35
- data/lib/ratis.rb +1 -1
- data/lib/ratis/landmark.rb +4 -3
- data/lib/ratis/landmark_category.rb +11 -7
- data/lib/ratis/location.rb +1 -0
- data/lib/ratis/route_stops.rb +0 -6
- data/lib/ratis/version.rb +1 -1
- data/lib/ratis/walkstop.rb +54 -0
- data/ratis.gemspec +3 -5
- data/spec/ratis/area_spec.rb +1 -1
- data/spec/ratis/closest_stop_spec.rb +2 -2
- data/spec/ratis/itinerary_spec.rb +8 -711
- data/spec/ratis/landmark_category_spec.rb +40 -32
- data/spec/ratis/landmark_spec.rb +4 -33
- data/spec/ratis/location_spec.rb +69 -177
- data/spec/ratis/next_bus2_spec.rb +21 -21
- data/spec/ratis/next_bus_spec.rb +19 -21
- data/spec/ratis/pattern_spec.rb +3 -3
- data/spec/ratis/plantrip_spec.rb +92 -0
- data/spec/ratis/point_2_point_spec.rb +12 -12
- data/spec/ratis/request_spec.rb +0 -1
- data/spec/ratis/route_pattern_spec.rb +16 -15
- data/spec/ratis/route_stops_spec.rb +10 -10
- data/spec/ratis/routes_spec.rb +5 -5
- data/spec/ratis/schedule_nearby_spec.rb +1 -1
- data/spec/ratis/timetable_spec.rb +3 -3
- data/spec/ratis/walkstop_spec.rb +94 -0
- data/spec/spec_helper.rb +16 -11
- data/spec/support/vcr_cassettes/Nextbus2_running_LATE.yml +142 -574
- data/spec/support/vcr_cassettes/Nextbus_running_LATE.yml +101 -137
- data/spec/support/vcr_cassettes/Point2Point.yml +63 -162
- data/spec/support/vcr_cassettes/Ratis_Area/_all/only_makes_one_request.yml +52 -0
- data/spec/support/vcr_cassettes/Ratis_ClosestStop/_where/only_makes_one_request.yml +70 -0
- data/spec/support/vcr_cassettes/Ratis_ClosestStop/_where/parses_out_the_stop_fields_correctly.yml +70 -0
- data/spec/support/vcr_cassettes/Ratis_ClosestStop/_where/returns_multiple_locations.yml +70 -0
- data/spec/support/vcr_cassettes/Ratis_ClosestStop/_where/should_return_a_collection_of_Ratis_Stop_s_.yml +70 -0
- data/spec/support/vcr_cassettes/Ratis_LandmarkCategory/_all/only_makes_one_request.yml +117 -0
- data/spec/support/vcr_cassettes/Ratis_LandmarkCategory/_all/should_return_a_collection_of_Ratis_LandmarkCategory_s_.yml +117 -0
- data/spec/support/vcr_cassettes/Ratis_LandmarkCategory/_all/should_return_all_landmark_categories.yml +117 -0
- data/spec/support/vcr_cassettes/Ratis_LandmarkCategory/_web_categories/does_something.yml +117 -0
- data/spec/support/vcr_cassettes/Ratis_Location/_where/only_makes_one_request.yml +54 -0
- data/spec/support/vcr_cassettes/Ratis_Location/_where/parses_out_fields_correctly.yml +54 -0
- data/spec/support/vcr_cassettes/Ratis_Location/_where/should_return_a_collection_of_Ratis_Location_s_.yml +54 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/multiple_services_returned/only_makes_one_request.yml +109 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/multiple_services_returned/returns_the_next_4_bus_times.yml +109 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/multiple_services_returned/should_map_all_the_services_to_service_openstruct_objects.yml +109 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/multiple_services_returned/should_raise_error_if_datetime_condition_is_not_a_DateTime_or_Time.yml +211 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/single_service_return/only_makes_one_request.yml +75 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/single_service_return/returns_the_next_bus_times.yml +75 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/single_service_return/should_raise_error_if_datetime_condition_is_not_a_DateTime_or_Time.yml +143 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus/_where/single_service_return/should_set_all_the_service_values_to_instance_vars.yml +75 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus2/_where/Developer_can_find_a_late_bus_to_a_stop/runs/should_set_the_run_values_to_instance_vars.yml +180 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus2/_where/Developer_can_find_a_late_bus_to_a_stop/single_next_bus/only_makes_one_request.yml +180 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus2/_where/Developer_can_find_a_late_bus_to_a_stop/single_next_bus/requests_the_correct_SOAP_action.yml +180 -0
- data/spec/support/vcr_cassettes/Ratis_NextBus2/_where/Developer_can_find_a_late_bus_to_a_stop/stops/should_set_the_stop_values_to_instance_vars.yml +180 -0
- data/spec/support/vcr_cassettes/Ratis_Pattern/_all/only_makes_one_request.yml +56 -0
- data/spec/support/vcr_cassettes/Ratis_Pattern/_all/should_parse_the_route_info_fields.yml +56 -0
- data/spec/support/vcr_cassettes/Ratis_Pattern/_all/should_return_a_collection_Pattern_RouteInfo_s_.yml +56 -0
- data/spec/support/vcr_cassettes/Ratis_Pattern/_all/should_return_no_data_error_when_date_is_in_the_past.yml +53 -0
- data/spec/support/vcr_cassettes/Ratis_Plantrip/_where/creates_Ratis_Itineraries_for_each_trip_itinerary.yml +88 -0
- data/spec/support/vcr_cassettes/Ratis_Plantrip/_where/only_makes_one_request.yml +88 -0
- data/spec/support/vcr_cassettes/Ratis_Plantrip/_where/returns_a_Plantrip_object.yml +88 -0
- data/spec/support/vcr_cassettes/Ratis_Plantrip/_where/should_set_all_the_Plantrip_values_to_instance_vars.yml +88 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/gets_the_groups.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/gets_the_trips_within_each_group.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/only_makes_one_request.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/parses_out_the_off_stop_fields.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/parses_out_the_on_stop_fields.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/parses_out_the_service.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/parses_out_the_trip.yml +134 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/should_only_return_result_groups_for_filtered_route.yml +62 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/should_only_return_result_groups_for_filtered_routes.yml +68 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_N/_where/should_raise_error_if_the_trip_is_NOT_possible_for_a_route_being_attempted_to_filter_on.yml +53 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_Y/_where/services_from_origin_to_destination/only_makes_one_request.yml +72 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_Y/_where/services_from_origin_to_destination/parses_out_service_fields.yml +72 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_Y/_where/services_from_origin_to_destination/returns_a_routes_only_response_for_each_matched_service.yml +72 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_Y/_where/services_from_origin_to_destination/returns_all_matching_services_that_fit_the_origin/destination_for_a_given_time_frame.yml +72 -0
- data/spec/support/vcr_cassettes/Ratis_Point2Point/Routesonly_Y/_where/services_from_origin_to_destination/should_NOT_filter_by_passed_in_routes.yml +72 -0
- data/spec/support/vcr_cassettes/Ratis_RoutePattern/_where/only_makes_one_request.yml +152 -0
- data/spec/support/vcr_cassettes/Ratis_RoutePattern/_where/should_parse_the_stop_fields.yml +152 -0
- data/spec/support/vcr_cassettes/Ratis_RoutePattern/_where/should_return_a_collection_Ratis_RoutePattern_Point_s_.yml +152 -0
- data/spec/support/vcr_cassettes/Ratis_RoutePattern/_where/should_return_a_collection_Ratis_RoutePattern_Stop_s_.yml +152 -0
- data/spec/support/vcr_cassettes/Ratis_RouteStops/_all/only_makes_one_request.yml +94 -0
- data/spec/support/vcr_cassettes/Ratis_RouteStops/_all/parses_out_the_stop_fields_correctly.yml +94 -0
- data/spec/support/vcr_cassettes/Ratis_RouteStops/_all/should_return_a_collection_of_Ratis_RouteStops_Stop_s_.yml +94 -0
- data/spec/support/vcr_cassettes/Ratis_Routes/_all/only_makes_one_request.yml +779 -0
- data/spec/support/vcr_cassettes/Ratis_Routes/_all/returns_all_routes.yml +779 -0
- data/spec/support/vcr_cassettes/Ratis_Routes/_all/should_set_directions_and_short_name_to_variables.yml +779 -0
- data/spec/support/vcr_cassettes/Ratis_ScheduleNearby/_where/only_makes_one_request.yml +92 -0
- data/spec/support/vcr_cassettes/Ratis_ScheduleNearby/_where/returns_a_non_nil_ScheduleNearby.yml +92 -0
- data/spec/support/vcr_cassettes/Ratis_ScheduleNearby/_where/returns_a_single_service_at_the_stop.yml +92 -0
- data/spec/support/vcr_cassettes/Ratis_ScheduleNearby/_where/returns_all_the_stops.yml +92 -0
- data/spec/support/vcr_cassettes/Ratis_ScheduleNearby/_where/should_return_no_data_error_when_date_is_in_the_past.yml +53 -0
- data/spec/support/vcr_cassettes/Ratis_Timetable/_where/only_makes_one_request.yml +722 -0
- data/spec/support/vcr_cassettes/Ratis_Timetable/_where/should_parse_the_timetable/stop/trip_fields.yml +722 -0
- data/spec/support/vcr_cassettes/Ratis_Timetable/_where/should_return_a_collection_Timetable_Stop_s_.yml +722 -0
- data/spec/support/vcr_cassettes/Ratis_Walkstop/_where/only_makes_one_request.yml +53 -0
- data/spec/support/vcr_cassettes/Ratis_Walkstop/_where/should_set_all_the_walkstop_values_to_instance_vars.yml +53 -0
- metadata +241 -219
- data/lib/ratis/walk.rb +0 -37
- data/spec/ratis/walk_spec.rb +0 -72
- data/spec/support/vcr_cassettes/Nextbus.yml +0 -145
- data/spec/support/vcr_cassettes/Nextbus2.yml +0 -336
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Getpatterns
|
11
|
+
xmlns="PX_WEB"><Route>ZERO</Route><Direction>N</Direction><Date>08:00:00</Date><Servicetype>W</Servicetype><Longest>N</Longest></Getpatterns></env:Body></env:Envelope>
|
12
|
+
headers:
|
13
|
+
Soapaction:
|
14
|
+
- '"PX_WEB#Getpatterns"'
|
15
|
+
Content-Type:
|
16
|
+
- text/xml;charset=UTF-8
|
17
|
+
Content-Length:
|
18
|
+
- '415'
|
19
|
+
Accept-Encoding:
|
20
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
+
Accept:
|
22
|
+
- '*/*'
|
23
|
+
User-Agent:
|
24
|
+
- Ruby
|
25
|
+
response:
|
26
|
+
status:
|
27
|
+
code: 200
|
28
|
+
message: OK
|
29
|
+
headers:
|
30
|
+
Date:
|
31
|
+
- Mon, 06 Jan 2014 23:53:22 GMT
|
32
|
+
Server:
|
33
|
+
- Apache/2.2.3 (CentOS)
|
34
|
+
Soapserver:
|
35
|
+
- SOAP::Lite/Perl/0.55
|
36
|
+
Content-Length:
|
37
|
+
- '1907'
|
38
|
+
Connection:
|
39
|
+
- close
|
40
|
+
Content-Type:
|
41
|
+
- text/xml; charset=utf-8
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
45
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
46
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:GetpatternsResponse
|
47
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.2</Version>\n\t<Routes>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
48
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123130</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
49
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123140</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
50
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123150</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
51
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123160</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t</Routes>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
52
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
53
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:GetpatternsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
54
|
+
http_version:
|
55
|
+
recorded_at: Mon, 06 Jan 2014 23:53:22 GMT
|
56
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Getpatterns
|
11
|
+
xmlns="PX_WEB"><Route>ZERO</Route><Direction>N</Direction><Date>08:00:00</Date><Servicetype>W</Servicetype><Longest>N</Longest></Getpatterns></env:Body></env:Envelope>
|
12
|
+
headers:
|
13
|
+
Soapaction:
|
14
|
+
- '"PX_WEB#Getpatterns"'
|
15
|
+
Content-Type:
|
16
|
+
- text/xml;charset=UTF-8
|
17
|
+
Content-Length:
|
18
|
+
- '415'
|
19
|
+
Accept-Encoding:
|
20
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
+
Accept:
|
22
|
+
- '*/*'
|
23
|
+
User-Agent:
|
24
|
+
- Ruby
|
25
|
+
response:
|
26
|
+
status:
|
27
|
+
code: 200
|
28
|
+
message: OK
|
29
|
+
headers:
|
30
|
+
Date:
|
31
|
+
- Mon, 06 Jan 2014 23:53:23 GMT
|
32
|
+
Server:
|
33
|
+
- Apache/2.2.3 (CentOS)
|
34
|
+
Soapserver:
|
35
|
+
- SOAP::Lite/Perl/0.55
|
36
|
+
Content-Length:
|
37
|
+
- '1907'
|
38
|
+
Connection:
|
39
|
+
- close
|
40
|
+
Content-Type:
|
41
|
+
- text/xml; charset=utf-8
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
45
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
46
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:GetpatternsResponse
|
47
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.2</Version>\n\t<Routes>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
48
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123130</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
49
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123140</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
50
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123150</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
51
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123160</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t</Routes>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
52
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
53
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:GetpatternsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
54
|
+
http_version:
|
55
|
+
recorded_at: Mon, 06 Jan 2014 23:53:23 GMT
|
56
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Getpatterns
|
11
|
+
xmlns="PX_WEB"><Route>ZERO</Route><Direction>N</Direction><Date>08:00:00</Date><Servicetype>W</Servicetype><Longest>N</Longest></Getpatterns></env:Body></env:Envelope>
|
12
|
+
headers:
|
13
|
+
Soapaction:
|
14
|
+
- '"PX_WEB#Getpatterns"'
|
15
|
+
Content-Type:
|
16
|
+
- text/xml;charset=UTF-8
|
17
|
+
Content-Length:
|
18
|
+
- '415'
|
19
|
+
Accept-Encoding:
|
20
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
+
Accept:
|
22
|
+
- '*/*'
|
23
|
+
User-Agent:
|
24
|
+
- Ruby
|
25
|
+
response:
|
26
|
+
status:
|
27
|
+
code: 200
|
28
|
+
message: OK
|
29
|
+
headers:
|
30
|
+
Date:
|
31
|
+
- Mon, 06 Jan 2014 23:53:23 GMT
|
32
|
+
Server:
|
33
|
+
- Apache/2.2.3 (CentOS)
|
34
|
+
Soapserver:
|
35
|
+
- SOAP::Lite/Perl/0.55
|
36
|
+
Content-Length:
|
37
|
+
- '1907'
|
38
|
+
Connection:
|
39
|
+
- close
|
40
|
+
Content-Type:
|
41
|
+
- text/xml; charset=utf-8
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
45
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
46
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:GetpatternsResponse
|
47
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.2</Version>\n\t<Routes>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
48
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123130</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
49
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123140</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
50
|
+
CENTRAL North to Dunlap/3rd St.</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123150</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>51</Tripcount>\n\t\t</Routeinfo>\n\t\t<Routeinfo>\n\t\t\t<Route>ZERO</Route>\n\t\t\t<Signage>0
|
51
|
+
Central North To Central Station</Signage>\n\t\t\t<Operator>AP</Operator>\n\t\t\t<Effective>10/28/13</Effective>\n\t\t\t<Routeid>123160</Routeid>\n\t\t\t<Routetype>B</Routetype>\n\t\t\t<School></School>\n\t\t\t<Tripcount>25</Tripcount>\n\t\t</Routeinfo>\n\t</Routes>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
52
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
53
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:GetpatternsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
54
|
+
http_version:
|
55
|
+
recorded_at: Mon, 06 Jan 2014 23:53:23 GMT
|
56
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Getpatterns
|
11
|
+
xmlns="PX_WEB"><Route>ZERO</Route><Direction>N</Direction><Date>01/28/2013</Date><Servicetype>W</Servicetype><Longest>N</Longest></Getpatterns></env:Body></env:Envelope>
|
12
|
+
headers:
|
13
|
+
Soapaction:
|
14
|
+
- '"PX_WEB#Getpatterns"'
|
15
|
+
Content-Type:
|
16
|
+
- text/xml;charset=UTF-8
|
17
|
+
Content-Length:
|
18
|
+
- '417'
|
19
|
+
Accept-Encoding:
|
20
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
21
|
+
Accept:
|
22
|
+
- '*/*'
|
23
|
+
User-Agent:
|
24
|
+
- Ruby
|
25
|
+
response:
|
26
|
+
status:
|
27
|
+
code: 500
|
28
|
+
message: Internal Server Error
|
29
|
+
headers:
|
30
|
+
Date:
|
31
|
+
- Mon, 06 Jan 2014 23:53:22 GMT
|
32
|
+
Server:
|
33
|
+
- Apache/2.2.3 (CentOS)
|
34
|
+
Soapserver:
|
35
|
+
- SOAP::Lite/Perl/0.55
|
36
|
+
Content-Length:
|
37
|
+
- '725'
|
38
|
+
Connection:
|
39
|
+
- close
|
40
|
+
Content-Type:
|
41
|
+
- text/xml; charset=utf-8
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: '<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:namesp1="http://namespaces.soaplite.com/perl"
|
45
|
+
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
|
46
|
+
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"
|
47
|
+
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode
|
48
|
+
xsi:type="xsd:string">SOAP-ENV:1007</faultcode><faultstring xsi:type="xsd:string">error
|
49
|
+
#1007--Record not found or no more data</faultstring><detail><PX_WEB xsi:type="namesp1:PX_WEB"><code
|
50
|
+
xsi:type="xsd:int">1007</code></PX_WEB></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>'
|
51
|
+
http_version:
|
52
|
+
recorded_at: Mon, 06 Jan 2014 23:53:23 GMT
|
53
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,88 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Plantrip
|
11
|
+
xmlns="PX_WEB"><Appid>ratis-gem</Appid><Date>01/13/2014</Date><Time>0600</Time><Minimize>T</Minimize><Arrdep>D</Arrdep><Maxanswers>3</Maxanswers><Walkdist>0.50</Walkdist><Xmode>BCFKLRSTX</Xmode><Originlat>33.452082</Originlat><Originlong>-112.074374</Originlong><Origintext
|
12
|
+
xsi:nil="true"/><Originlandmarkid xsi:nil="true"/><Destinationlat>33.446347</Destinationlat><Destinationlong>-112.068689</Destinationlong><Destinationtext
|
13
|
+
xsi:nil="true"/><Destinationlandmarkid xsi:nil="true"/></Plantrip></env:Body></env:Envelope>
|
14
|
+
headers:
|
15
|
+
Soapaction:
|
16
|
+
- '"PX_WEB#Plantrip"'
|
17
|
+
Content-Type:
|
18
|
+
- text/xml;charset=UTF-8
|
19
|
+
Content-Length:
|
20
|
+
- '766'
|
21
|
+
Accept-Encoding:
|
22
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
23
|
+
Accept:
|
24
|
+
- '*/*'
|
25
|
+
User-Agent:
|
26
|
+
- Ruby
|
27
|
+
response:
|
28
|
+
status:
|
29
|
+
code: 200
|
30
|
+
message: OK
|
31
|
+
headers:
|
32
|
+
Date:
|
33
|
+
- Mon, 06 Jan 2014 22:25:01 GMT
|
34
|
+
Server:
|
35
|
+
- Apache/2.2.3 (CentOS)
|
36
|
+
Soapserver:
|
37
|
+
- SOAP::Lite/Perl/0.55
|
38
|
+
Content-Length:
|
39
|
+
- '10769'
|
40
|
+
Connection:
|
41
|
+
- close
|
42
|
+
Content-Type:
|
43
|
+
- text/xml; charset=utf-8
|
44
|
+
body:
|
45
|
+
encoding: UTF-8
|
46
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
47
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
48
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:PlantripResponse
|
49
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.29</Version>\n\t<Tid></Tid>\n\t<Input>\n\t\t<Originlat>33.452082</Originlat>\n\t\t<Originlong>-112.074374</Originlong>\n\t\t<Originlandmarkid>0</Originlandmarkid>\n\t\t<Origintext>Origin</Origintext>\n\t\t<Destinationlat>33.446347</Destinationlat>\n\t\t<Destinationlong>-112.068689</Destinationlong>\n\t\t<Destinationlandmarkid>0</Destinationlandmarkid>\n\t\t<Destinationtext>Destination</Destinationtext>\n\t\t<Date>01/13/2014</Date>\n\t\t<Time>06:00
|
50
|
+
AM</Time>\n\t\t<Minimize>T</Minimize>\n\t\t<Accessible>N</Accessible>\n\t\t<Arrdep>D</Arrdep>\n\t\t<Walkspeed>
|
51
|
+
2.00 </Walkspeed>\n\t\t<Walkdist>0.50</Walkdist>\n\t\t<Walkorigin>0.50</Walkorigin>\n\t\t<Walkdestination>0.50</Walkdestination>\n\t</Input>\n\t<Lesserttime>\n\t\t<Time/>\n\t\t<Arrdep/>\n\t</Lesserttime>\n\t<Walkable>N</Walkable>\n\t<Walkadjust>0</Walkadjust>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.09</Onwalkdist>\n\t\t\t\t<Onwalkdir>SE</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
52
|
+
BUREN ST & CENTRAL AVE</Onstop>\n\t\t\t\t<Ontime>0603</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
53
|
+
BUREN ST & CENTRAL AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451444</Lat>\n\t\t\t\t\t<Long>-112.073661</Long>\n\t\t\t\t\t<Time>0603</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>6148</Atisstopid>\n\t\t\t\t\t<Stopid>18367</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>16</Stopseq>\n\t\t\t\t\t<Stopposition>W</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>541</Route>\n\t\t\t\t\t<Publicroute>541</Publicroute>\n\t\t\t\t\t<Sign>541
|
54
|
+
Chandler To State Capitl Via West Mesa PNR</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>EV
|
55
|
+
FT</Operator>\n\t\t\t\t\t<Realoperator>FTE</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>120990</Routeid>\n\t\t\t\t\t<Block>5167</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
56
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
57
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
58
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
59
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0604</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
60
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0604</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>17</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:03
|
61
|
+
AM|06:04 AM|541| |W|I|X|2|0|1370|0|120990|EV FT|6148|16|7180|17|EXPRESSFARE|0|0|0|E~</Fareinfo>\n\t\t<Traceinfo>1|120990|16|17</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
62
|
+
0.32</Disttransit>\n\t\t<Distauto> 0.88</Distauto>\n\t\t<Co2transit>0.210</Co2transit>\n\t\t<Co2auto>0.840</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>1ST
|
63
|
+
AVE & VAN BUREN ST</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>1ST
|
64
|
+
AVE & VAN BUREN ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451753</Lat>\n\t\t\t\t\t<Long>-112.075212</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>3795</Atisstopid>\n\t\t\t\t\t<Stopid>10161</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>0</Stopseq>\n\t\t\t\t\t<Stopposition>S</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>ZERO</Route>\n\t\t\t\t\t<Publicroute>ZERO</Publicroute>\n\t\t\t\t\t<Sign>0
|
65
|
+
Central South To Baseline Rd</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>S</Direction>\n\t\t\t\t\t<Operator>VEOLIA-PX</Operator>\n\t\t\t\t\t<Realoperator>AP</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>123240</Routeid>\n\t\t\t\t\t<Block>11</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>B</Routetype>\n\t\t\t\t\t<Statustype>D</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
66
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
67
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
68
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>0.00</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>0.00</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>1ST
|
69
|
+
AVE & JEFFERSON ST</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>1ST
|
70
|
+
AVE & JEFFERSON ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.446963</Lat>\n\t\t\t\t\t<Long>-112.075202</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>9959</Atisstopid>\n\t\t\t\t\t<Stopid>10162</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>1</Stopseq>\n\t\t\t\t\t<Stopposition>U</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.39</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>0.00</Regularfare>\n\t\t<Reducedfare>0.00</Reducedfare>\n\t\t<Fareinfo>1|0|0.00|0.00~W|06:10
|
71
|
+
AM|06:11 AM|ZERO| |W|S|B|4|0|2946|0|123240|VEOLIA-PX|3795|0|9959|1|BASIC_FARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|123240|0|1</Traceinfo>\n\t\t<Statusinfo>|R,ZERO,S,01/13/14,06:10
|
72
|
+
AM</Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
73
|
+
0.34</Disttransit>\n\t\t<Distauto> 0.91</Distauto>\n\t\t<Co2transit>0.221</Co2transit>\n\t\t<Co2auto>0.877</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
74
|
+
BUREN ST & 1ST AVE</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
75
|
+
BUREN ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451329</Lat>\n\t\t\t\t\t<Long>-112.075486</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>1825</Atisstopid>\n\t\t\t\t\t<Stopid>10342</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>6</Stopseq>\n\t\t\t\t\t<Stopposition>E</Stopposition>\n\t\t\t\t\t<Heading>EB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>563</Route>\n\t\t\t\t\t<Publicroute>563</Publicroute>\n\t\t\t\t\t<Sign>563
|
76
|
+
Buckeye To Downtown Phx Via Goodyear P&R</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>TT</Operator>\n\t\t\t\t\t<Realoperator>TT</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>121130</Routeid>\n\t\t\t\t\t<Block>6006</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
77
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
78
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
79
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
80
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
81
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>7</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:10
|
82
|
+
AM|06:11 AM|563| |W|I|X|2|0|1493|0|121130|TT|1825|6|7180|7|EXPRESSFARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|121130|6|7</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
83
|
+
0.26</Disttransit>\n\t\t<Distauto> 0.90</Distauto>\n\t\t<Co2transit>0.166</Co2transit>\n\t\t<Co2auto>0.862</Co2auto>\n\t</Itin>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
84
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
85
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:PlantripResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
86
|
+
http_version:
|
87
|
+
recorded_at: Mon, 06 Jan 2014 22:25:02 GMT
|
88
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,88 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Plantrip
|
11
|
+
xmlns="PX_WEB"><Appid>ratis-gem</Appid><Date>01/13/2014</Date><Time>0600</Time><Minimize>T</Minimize><Arrdep>D</Arrdep><Maxanswers>3</Maxanswers><Walkdist>0.50</Walkdist><Xmode>BCFKLRSTX</Xmode><Originlat>33.452082</Originlat><Originlong>-112.074374</Originlong><Origintext
|
12
|
+
xsi:nil="true"/><Originlandmarkid xsi:nil="true"/><Destinationlat>33.446347</Destinationlat><Destinationlong>-112.068689</Destinationlong><Destinationtext
|
13
|
+
xsi:nil="true"/><Destinationlandmarkid xsi:nil="true"/></Plantrip></env:Body></env:Envelope>
|
14
|
+
headers:
|
15
|
+
Soapaction:
|
16
|
+
- '"PX_WEB#Plantrip"'
|
17
|
+
Content-Type:
|
18
|
+
- text/xml;charset=UTF-8
|
19
|
+
Content-Length:
|
20
|
+
- '766'
|
21
|
+
Accept-Encoding:
|
22
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
23
|
+
Accept:
|
24
|
+
- '*/*'
|
25
|
+
User-Agent:
|
26
|
+
- Ruby
|
27
|
+
response:
|
28
|
+
status:
|
29
|
+
code: 200
|
30
|
+
message: OK
|
31
|
+
headers:
|
32
|
+
Date:
|
33
|
+
- Mon, 06 Jan 2014 22:25:01 GMT
|
34
|
+
Server:
|
35
|
+
- Apache/2.2.3 (CentOS)
|
36
|
+
Soapserver:
|
37
|
+
- SOAP::Lite/Perl/0.55
|
38
|
+
Content-Length:
|
39
|
+
- '10769'
|
40
|
+
Connection:
|
41
|
+
- close
|
42
|
+
Content-Type:
|
43
|
+
- text/xml; charset=utf-8
|
44
|
+
body:
|
45
|
+
encoding: UTF-8
|
46
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
47
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
48
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:PlantripResponse
|
49
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.29</Version>\n\t<Tid></Tid>\n\t<Input>\n\t\t<Originlat>33.452082</Originlat>\n\t\t<Originlong>-112.074374</Originlong>\n\t\t<Originlandmarkid>0</Originlandmarkid>\n\t\t<Origintext>Origin</Origintext>\n\t\t<Destinationlat>33.446347</Destinationlat>\n\t\t<Destinationlong>-112.068689</Destinationlong>\n\t\t<Destinationlandmarkid>0</Destinationlandmarkid>\n\t\t<Destinationtext>Destination</Destinationtext>\n\t\t<Date>01/13/2014</Date>\n\t\t<Time>06:00
|
50
|
+
AM</Time>\n\t\t<Minimize>T</Minimize>\n\t\t<Accessible>N</Accessible>\n\t\t<Arrdep>D</Arrdep>\n\t\t<Walkspeed>
|
51
|
+
2.00 </Walkspeed>\n\t\t<Walkdist>0.50</Walkdist>\n\t\t<Walkorigin>0.50</Walkorigin>\n\t\t<Walkdestination>0.50</Walkdestination>\n\t</Input>\n\t<Lesserttime>\n\t\t<Time/>\n\t\t<Arrdep/>\n\t</Lesserttime>\n\t<Walkable>N</Walkable>\n\t<Walkadjust>0</Walkadjust>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.09</Onwalkdist>\n\t\t\t\t<Onwalkdir>SE</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
52
|
+
BUREN ST & CENTRAL AVE</Onstop>\n\t\t\t\t<Ontime>0603</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
53
|
+
BUREN ST & CENTRAL AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451444</Lat>\n\t\t\t\t\t<Long>-112.073661</Long>\n\t\t\t\t\t<Time>0603</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>6148</Atisstopid>\n\t\t\t\t\t<Stopid>18367</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>16</Stopseq>\n\t\t\t\t\t<Stopposition>W</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>541</Route>\n\t\t\t\t\t<Publicroute>541</Publicroute>\n\t\t\t\t\t<Sign>541
|
54
|
+
Chandler To State Capitl Via West Mesa PNR</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>EV
|
55
|
+
FT</Operator>\n\t\t\t\t\t<Realoperator>FTE</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>120990</Routeid>\n\t\t\t\t\t<Block>5167</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
56
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
57
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
58
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
59
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0604</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
60
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0604</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>17</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:03
|
61
|
+
AM|06:04 AM|541| |W|I|X|2|0|1370|0|120990|EV FT|6148|16|7180|17|EXPRESSFARE|0|0|0|E~</Fareinfo>\n\t\t<Traceinfo>1|120990|16|17</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
62
|
+
0.32</Disttransit>\n\t\t<Distauto> 0.88</Distauto>\n\t\t<Co2transit>0.210</Co2transit>\n\t\t<Co2auto>0.840</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>1ST
|
63
|
+
AVE & VAN BUREN ST</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>1ST
|
64
|
+
AVE & VAN BUREN ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451753</Lat>\n\t\t\t\t\t<Long>-112.075212</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>3795</Atisstopid>\n\t\t\t\t\t<Stopid>10161</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>0</Stopseq>\n\t\t\t\t\t<Stopposition>S</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>ZERO</Route>\n\t\t\t\t\t<Publicroute>ZERO</Publicroute>\n\t\t\t\t\t<Sign>0
|
65
|
+
Central South To Baseline Rd</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>S</Direction>\n\t\t\t\t\t<Operator>VEOLIA-PX</Operator>\n\t\t\t\t\t<Realoperator>AP</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>123240</Routeid>\n\t\t\t\t\t<Block>11</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>B</Routetype>\n\t\t\t\t\t<Statustype>D</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
66
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
67
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
68
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>0.00</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>0.00</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>1ST
|
69
|
+
AVE & JEFFERSON ST</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>1ST
|
70
|
+
AVE & JEFFERSON ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.446963</Lat>\n\t\t\t\t\t<Long>-112.075202</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>9959</Atisstopid>\n\t\t\t\t\t<Stopid>10162</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>1</Stopseq>\n\t\t\t\t\t<Stopposition>U</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.39</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>0.00</Regularfare>\n\t\t<Reducedfare>0.00</Reducedfare>\n\t\t<Fareinfo>1|0|0.00|0.00~W|06:10
|
71
|
+
AM|06:11 AM|ZERO| |W|S|B|4|0|2946|0|123240|VEOLIA-PX|3795|0|9959|1|BASIC_FARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|123240|0|1</Traceinfo>\n\t\t<Statusinfo>|R,ZERO,S,01/13/14,06:10
|
72
|
+
AM</Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
73
|
+
0.34</Disttransit>\n\t\t<Distauto> 0.91</Distauto>\n\t\t<Co2transit>0.221</Co2transit>\n\t\t<Co2auto>0.877</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
74
|
+
BUREN ST & 1ST AVE</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
75
|
+
BUREN ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451329</Lat>\n\t\t\t\t\t<Long>-112.075486</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>1825</Atisstopid>\n\t\t\t\t\t<Stopid>10342</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>6</Stopseq>\n\t\t\t\t\t<Stopposition>E</Stopposition>\n\t\t\t\t\t<Heading>EB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>563</Route>\n\t\t\t\t\t<Publicroute>563</Publicroute>\n\t\t\t\t\t<Sign>563
|
76
|
+
Buckeye To Downtown Phx Via Goodyear P&R</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>TT</Operator>\n\t\t\t\t\t<Realoperator>TT</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>121130</Routeid>\n\t\t\t\t\t<Block>6006</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
77
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
78
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
79
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
80
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
81
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>7</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:10
|
82
|
+
AM|06:11 AM|563| |W|I|X|2|0|1493|0|121130|TT|1825|6|7180|7|EXPRESSFARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|121130|6|7</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
83
|
+
0.26</Disttransit>\n\t\t<Distauto> 0.90</Distauto>\n\t\t<Co2transit>0.166</Co2transit>\n\t\t<Co2auto>0.862</Co2auto>\n\t</Itin>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
84
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
85
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:PlantripResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
86
|
+
http_version:
|
87
|
+
recorded_at: Mon, 06 Jan 2014 22:25:01 GMT
|
88
|
+
recorded_with: VCR 2.8.0
|
@@ -0,0 +1,88 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
9
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="PX_WEB"
|
10
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><Plantrip
|
11
|
+
xmlns="PX_WEB"><Appid>ratis-gem</Appid><Date>01/13/2014</Date><Time>0600</Time><Minimize>T</Minimize><Arrdep>D</Arrdep><Maxanswers>3</Maxanswers><Walkdist>0.50</Walkdist><Xmode>BCFKLRSTX</Xmode><Originlat>33.452082</Originlat><Originlong>-112.074374</Originlong><Origintext
|
12
|
+
xsi:nil="true"/><Originlandmarkid xsi:nil="true"/><Destinationlat>33.446347</Destinationlat><Destinationlong>-112.068689</Destinationlong><Destinationtext
|
13
|
+
xsi:nil="true"/><Destinationlandmarkid xsi:nil="true"/></Plantrip></env:Body></env:Envelope>
|
14
|
+
headers:
|
15
|
+
Soapaction:
|
16
|
+
- '"PX_WEB#Plantrip"'
|
17
|
+
Content-Type:
|
18
|
+
- text/xml;charset=UTF-8
|
19
|
+
Content-Length:
|
20
|
+
- '766'
|
21
|
+
Accept-Encoding:
|
22
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
23
|
+
Accept:
|
24
|
+
- '*/*'
|
25
|
+
User-Agent:
|
26
|
+
- Ruby
|
27
|
+
response:
|
28
|
+
status:
|
29
|
+
code: 200
|
30
|
+
message: OK
|
31
|
+
headers:
|
32
|
+
Date:
|
33
|
+
- Mon, 06 Jan 2014 22:25:02 GMT
|
34
|
+
Server:
|
35
|
+
- Apache/2.2.3 (CentOS)
|
36
|
+
Soapserver:
|
37
|
+
- SOAP::Lite/Perl/0.55
|
38
|
+
Content-Length:
|
39
|
+
- '10769'
|
40
|
+
Connection:
|
41
|
+
- close
|
42
|
+
Content-Type:
|
43
|
+
- text/xml; charset=utf-8
|
44
|
+
body:
|
45
|
+
encoding: UTF-8
|
46
|
+
string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\"
|
47
|
+
xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
|
48
|
+
xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><namesp1:PlantripResponse
|
49
|
+
xmlns:namesp1=\"PX_WEB\">\n\t<Responsecode>0</Responsecode>\n\t<Version>1.29</Version>\n\t<Tid></Tid>\n\t<Input>\n\t\t<Originlat>33.452082</Originlat>\n\t\t<Originlong>-112.074374</Originlong>\n\t\t<Originlandmarkid>0</Originlandmarkid>\n\t\t<Origintext>Origin</Origintext>\n\t\t<Destinationlat>33.446347</Destinationlat>\n\t\t<Destinationlong>-112.068689</Destinationlong>\n\t\t<Destinationlandmarkid>0</Destinationlandmarkid>\n\t\t<Destinationtext>Destination</Destinationtext>\n\t\t<Date>01/13/2014</Date>\n\t\t<Time>06:00
|
50
|
+
AM</Time>\n\t\t<Minimize>T</Minimize>\n\t\t<Accessible>N</Accessible>\n\t\t<Arrdep>D</Arrdep>\n\t\t<Walkspeed>
|
51
|
+
2.00 </Walkspeed>\n\t\t<Walkdist>0.50</Walkdist>\n\t\t<Walkorigin>0.50</Walkorigin>\n\t\t<Walkdestination>0.50</Walkdestination>\n\t</Input>\n\t<Lesserttime>\n\t\t<Time/>\n\t\t<Arrdep/>\n\t</Lesserttime>\n\t<Walkable>N</Walkable>\n\t<Walkadjust>0</Walkadjust>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.09</Onwalkdist>\n\t\t\t\t<Onwalkdir>SE</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
52
|
+
BUREN ST & CENTRAL AVE</Onstop>\n\t\t\t\t<Ontime>0603</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
53
|
+
BUREN ST & CENTRAL AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451444</Lat>\n\t\t\t\t\t<Long>-112.073661</Long>\n\t\t\t\t\t<Time>0603</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>6148</Atisstopid>\n\t\t\t\t\t<Stopid>18367</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>16</Stopseq>\n\t\t\t\t\t<Stopposition>W</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>541</Route>\n\t\t\t\t\t<Publicroute>541</Publicroute>\n\t\t\t\t\t<Sign>541
|
54
|
+
Chandler To State Capitl Via West Mesa PNR</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>EV
|
55
|
+
FT</Operator>\n\t\t\t\t\t<Realoperator>FTE</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>120990</Routeid>\n\t\t\t\t\t<Block>5167</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
56
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
57
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
58
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
59
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0604</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
60
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0604</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>17</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:03
|
61
|
+
AM|06:04 AM|541| |W|I|X|2|0|1370|0|120990|EV FT|6148|16|7180|17|EXPRESSFARE|0|0|0|E~</Fareinfo>\n\t\t<Traceinfo>1|120990|16|17</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
62
|
+
0.32</Disttransit>\n\t\t<Distauto> 0.88</Distauto>\n\t\t<Co2transit>0.210</Co2transit>\n\t\t<Co2auto>0.840</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>1ST
|
63
|
+
AVE & VAN BUREN ST</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>1ST
|
64
|
+
AVE & VAN BUREN ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451753</Lat>\n\t\t\t\t\t<Long>-112.075212</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>3795</Atisstopid>\n\t\t\t\t\t<Stopid>10161</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>0</Stopseq>\n\t\t\t\t\t<Stopposition>S</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>ZERO</Route>\n\t\t\t\t\t<Publicroute>ZERO</Publicroute>\n\t\t\t\t\t<Sign>0
|
65
|
+
Central South To Baseline Rd</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>S</Direction>\n\t\t\t\t\t<Operator>VEOLIA-PX</Operator>\n\t\t\t\t\t<Realoperator>AP</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>123240</Routeid>\n\t\t\t\t\t<Block>11</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>B</Routetype>\n\t\t\t\t\t<Statustype>D</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
66
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
67
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
68
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>0.00</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>0.00</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>1ST
|
69
|
+
AVE & JEFFERSON ST</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>1ST
|
70
|
+
AVE & JEFFERSON ST</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.446963</Lat>\n\t\t\t\t\t<Long>-112.075202</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>9959</Atisstopid>\n\t\t\t\t\t<Stopid>10162</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>1</Stopseq>\n\t\t\t\t\t<Stopposition>U</Stopposition>\n\t\t\t\t\t<Heading>SB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.39</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>0.00</Regularfare>\n\t\t<Reducedfare>0.00</Reducedfare>\n\t\t<Fareinfo>1|0|0.00|0.00~W|06:10
|
71
|
+
AM|06:11 AM|ZERO| |W|S|B|4|0|2946|0|123240|VEOLIA-PX|3795|0|9959|1|BASIC_FARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|123240|0|1</Traceinfo>\n\t\t<Statusinfo>|R,ZERO,S,01/13/14,06:10
|
72
|
+
AM</Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
73
|
+
0.34</Disttransit>\n\t\t<Distauto> 0.91</Distauto>\n\t\t<Co2transit>0.221</Co2transit>\n\t\t<Co2auto>0.877</Co2auto>\n\t</Itin>\n\t<Itin>\n\t\t<Legs>\n\t\t\t<Leg>\n\t\t\t\t<Onwalkdist>0.18</Onwalkdist>\n\t\t\t\t<Onwalkdir>SW</Onwalkdir>\n\t\t\t\t<Onwalkhint>Y</Onwalkhint>\n\t\t\t\t<Onstop>VAN
|
74
|
+
BUREN ST & 1ST AVE</Onstop>\n\t\t\t\t<Ontime>0610</Ontime>\n\t\t\t\t<Onstopdata>\n\t\t\t\t\t<Description>VAN
|
75
|
+
BUREN ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.451329</Lat>\n\t\t\t\t\t<Long>-112.075486</Long>\n\t\t\t\t\t<Time>0610</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>1825</Atisstopid>\n\t\t\t\t\t<Stopid>10342</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>6</Stopseq>\n\t\t\t\t\t<Stopposition>E</Stopposition>\n\t\t\t\t\t<Heading>EB</Heading>\n\t\t\t\t\t<Side>Near</Side>\n\t\t\t\t\t<Accessible>N</Accessible>\n\t\t\t\t</Onstopdata>\n\t\t\t\t<Service>\n\t\t\t\t\t<Route>563</Route>\n\t\t\t\t\t<Publicroute>563</Publicroute>\n\t\t\t\t\t<Sign>563
|
76
|
+
Buckeye To Downtown Phx Via Goodyear P&R</Sign>\n\t\t\t\t\t<Altsign></Altsign>\n\t\t\t\t\t<Direction>I</Direction>\n\t\t\t\t\t<Operator>TT</Operator>\n\t\t\t\t\t<Realoperator>TT</Realoperator>\n\t\t\t\t\t<Servicetype>W</Servicetype>\n\t\t\t\t\t<Routeid>121130</Routeid>\n\t\t\t\t\t<Block>6006</Block>\n\t\t\t\t\t<Trip>0</Trip>\n\t\t\t\t\t<Peak>N</Peak>\n\t\t\t\t\t<Routetype>X</Routetype>\n\t\t\t\t\t<Statustype>N</Statustype>\n\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t<Realtime>\n\t\t\t\t\t\t<Valid>N</Valid>\n\t\t\t\t\t\t<Adherence>0</Adherence>\n\t\t\t\t\t\t<Polltime></Polltime>\n\t\t\t\t\t\t<Trend>
|
77
|
+
</Trend>\n\t\t\t\t\t\t<Speed>0.00</Speed>\n\t\t\t\t\t\t<Stopped> </Stopped>\n\t\t\t\t\t\t<Reliable>
|
78
|
+
</Reliable>\n\t\t\t\t\t\t<Vehicle></Vehicle>\n\t\t\t\t\t\t<Lat>0.000000</Lat>\n\t\t\t\t\t\t<Long>0.000000</Long>\n\t\t\t\t\t</Realtime>\n\t\t\t\t\t<Patternorigin></Patternorigin>\n\t\t\t\t\t<Patterndestination></Patterndestination>\n\t\t\t\t\t<Exception>N</Exception>\n\t\t\t\t\t<Statusid>0</Statusid>\n\t\t\t\t\t<Skedtripid>
|
79
|
+
</Skedtripid>\n\t\t\t\t</Service>\n\t\t\t\t<Fare>\n\t\t\t\t\t<Onfarezone>0</Onfarezone>\n\t\t\t\t\t<Offfarezone>0</Offfarezone>\n\t\t\t\t\t<Legregularfare>3.25</Legregularfare>\n\t\t\t\t\t<Legregularfarexfer>0.00</Legregularfarexfer>\n\t\t\t\t\t<Legreducedfare>3.25</Legreducedfare>\n\t\t\t\t\t<Legreducedfarexfer>0.00</Legreducedfarexfer>\n\t\t\t\t</Fare>\n\t\t\t\t<Offstop>WASHINGTON
|
80
|
+
ST & 1ST AVE</Offstop>\n\t\t\t\t<Offtime>0611</Offtime>\n\t\t\t\t<Offstopdata>\n\t\t\t\t\t<Description>WASHINGTON
|
81
|
+
ST & 1ST AVE</Description>\n\t\t\t\t\t<Area>PH</Area>\n\t\t\t\t\t<Lat>33.448298</Lat>\n\t\t\t\t\t<Long>-112.075282</Long>\n\t\t\t\t\t<Time>0611</Time>\n\t\t\t\t\t<Date>01/13/14</Date>\n\t\t\t\t\t<Atisstopid>7180</Atisstopid>\n\t\t\t\t\t<Stopid>18249</Stopid>\n\t\t\t\t\t<Stopstatustype>N</Stopstatustype>\n\t\t\t\t\t<Stopseq>7</Stopseq>\n\t\t\t\t\t<Stopposition>Y</Stopposition>\n\t\t\t\t\t<Heading>WB</Heading>\n\t\t\t\t\t<Side>Far</Side>\n\t\t\t\t\t<Accessible>Y</Accessible>\n\t\t\t\t</Offstopdata>\n\t\t\t</Leg>\n\t\t</Legs>\n\t\t<Finalwalk>0.46</Finalwalk>\n\t\t<Finalwalkdir>E</Finalwalkdir>\n\t\t<Finalwalkhint>Y</Finalwalkhint>\n\t\t<Transittime>1</Transittime>\n\t\t<Regularfare>3.25</Regularfare>\n\t\t<Reducedfare>3.25</Reducedfare>\n\t\t<Fareinfo>1|0|3.25|3.25~W|06:10
|
82
|
+
AM|06:11 AM|563| |W|I|X|2|0|1493|0|121130|TT|1825|6|7180|7|EXPRESSFARE|0|0|0|R~</Fareinfo>\n\t\t<Traceinfo>1|121130|6|7</Traceinfo>\n\t\t<Statusinfo></Statusinfo>\n\t\t<Exmodified>N</Exmodified>\n\t\t<Exmodids/>\n\t\t<Disttransit>
|
83
|
+
0.26</Disttransit>\n\t\t<Distauto> 0.90</Distauto>\n\t\t<Co2transit>0.166</Co2transit>\n\t\t<Co2auto>0.862</Co2auto>\n\t</Itin>\n\t<Requestor>68.226.126.17</Requestor>\n\t<Host>s-rpta-soap</Host>\n\t<Copyright>XML
|
84
|
+
schema Copyright (c) 2003-2013 Trapeze Software ULC, its subsidiaries and
|
85
|
+
affiliates. All rights reserved.</Copyright>\n\t<Soapversion>2.6.3 - 11/14/13</Soapversion>\n</namesp1:PlantripResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
|
86
|
+
http_version:
|
87
|
+
recorded_at: Mon, 06 Jan 2014 22:25:02 GMT
|
88
|
+
recorded_with: VCR 2.8.0
|