PNRQueueAndRetrieve eBL Response - unannotated

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.

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

   <GetInformationResult>

      <GWS_FlightInformationRS Version="1.0.021920031717" xmlns="http://ns.galileo.com">

         <Flights>

            <Flight airline="UA" date="2003-03-18" dest="DEN"

               number="50" orig="LAX" source="schedule">

               <Cities>

                  <City code="LAX">

                     <Departure aircraftType="757" meal="unknown" scheduledDateTime="2003-03-
              19T07:05:00-00:00"/>

                  </City>

                  <City code="DEN">

                     <Arrival scheduledDateTime="2003-03-19T10:23:00-00:00"/>

                  </City>

               </Cities>

            </Flight>

         </Flights>

            <Decode Version="1.0.021920031717" xmlns="">

               <Airline Code="UA">United</Airline>

               <Airport CityCode="LAX" Code="LAX" CountryCode="US"

                  StateProvCode="CA">Los Angeles Intl</Airport>

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

               <Airport CityCode="DEN" Code="DEN" CountryCode="US"

                  StateProvCode="CO">Denver Intl Arpt</Airport>

            </Decode>

      </GWS_FlightInformationRS>

   </GetInformationResult>

</GetInformationResponse>