Sample Response
The following is a sample of an Flight Information eBL response. To view the request sample without annotation, go to the unannotated version.
Explanation |
Code |
Indicates the namespace used. |
<GetInformationResponse xmlns="http://webservices.galileo.com/FlightInformation"> |
|
<GetInformationResult> |
|
<GWS_FlightInformationRS Version="1.0.021920031717" xmlns="http://ns.galileo.com"> |
Begins the description of the results of the request. |
|
Begins the description of the flight information. |
|
The airline code of the requested airline. |
|
The date of the requested flight. |
|
The destination of the requested flight. |
|
The flight number of the requested flight. |
|
The number of legs in the flight |
|
The origin of the requested flight. |
|
The source of the Schedules indicates that the flight information is not in real-time but the scheduled information. An airline code indicates that the flight information is the actual, real-time information about the requested flight. |
|
Begins special details area. |
|
Indicates any special details for the requested flight. |
|
Ends the special details area. |
|
Begins the details of the departure and arrival cities. |
|
The departure city. |
|
The departure aircraft type of the requested fligh, electronic ticket indicator, end terminal, flight time, meal, scheduled date and time, and the start terminal. Can contain details on whether or not a meal is served in the flight, if known. |
|
Ends the departure city details. |
|
The arrival city. |
|
The arrival time and date for the requested flight. |
|
Begins the variance area. If no variances exist, this section is omitted. |
|
Indicates any variance in the requested flight. The variance area contains:
The variance area will only display if there is a change in the scheduled flight information. |
|
Ends the variance and arrival section. |
|
Ends the arrival city details. |
|
Messages for this flight in general |
|
Ends the details of the departure and arrival cities. |
|
Ends the description of the flight information. |
|
Ends the description of the results of the request. |
|
Begins the decoding of the requested flight. |
|
Decodes the airline. |
|
Decodes the departure city. |
|
Decodes departure airport |
|
Decodes the aircraft type. |
|
Decodes meal |
|
Decodes the arrival city. |
|
Decodes arrival airport |
Code="EWR" CountryCode="US" StateProvinceCode="NJ">Newark Intl Arpt</Airport> |
Ends the decoding of the requested flight. |
|
|
</GWS_FlightInformationRS> |
|
</GetInformationResult> |
|
</GetInformationResponse> |