Flight Information eBL Response

Notice the <Flight> section root element is similar to the request, except for the addition of the “source” attribute. Clients should be able to correlate flights in the request to those in the response. To view the response sample with annotation, go to the annotated version.

<GetInformationResponse xmlns="http://webservices.galileo.com/FlightInformation">

   <GetInformationResult>

      <GWS_FlightInformationRS Version="1.0-20050812193428" xmlns="http://ns.galileo.com">

         <Flights>

            <Flight airline="HP" date="2005-10-13" dest="EWR"

               number="216" numberOfLegs="1" orig="LAS" source="schedule">

               <Messages/>

               <Cities>

                  <City code="LAS">

                     <Departure aircraftType="757" electronicTicket="Y"

                        endTerminal="A" flightTime="04:59" meal="F"

                        scheduledDateTime="2005-10-13T15:57:00-00:00" startTerminal="1">

                        <FlightServices>

                           <ServiceCodes/>

                        </FlightServices>

                     </Departure>

                  </City>

                  <City code="EWR">

                     <Arrival scheduledDateTime="2005-10-13T23:56:00-00:00"/>

                  </City>

                  <Messages/>

               </Cities>

            </Flight>

         </Flights>

         <Decode Version="1.0-20050812193428">

            <Airline Code="HP">America West Airlines</Airline>

            <City Code="LAS" CountryCode="US" StateProvinceCode="NV">Las Vegas</City>

            <Airport AirportType="2" CityCode="LAS" CityName="LAS VEGAS"

               Code="LAS" CountryCode="US"

               StateProvinceCode="NV">McCarran Intl</Airport>

            <AircraftType Code="757">Boeing 757-200</AircraftType>

            <MealService Code="F">Food to buy</MealService>

            <City Code="EWR" CountryCode="US" StateProvinceCode="NJ">Newark</City>

            <Airport AirportType="2" CityCode="EWR" CityName="NEWARK"

               Code="EWR" CountryCode="US" StateProvinceCode="NJ">Newark

               Intl Arpt</Airport>

         </Decode>

      </GWS_FlightInformationRS>

   </GetInformationResult>

</GetInformationResponse>