About the XML_FlightQuery input message

The XML_FlightQuery input message is supplied so that you can run the XML_FlightQuery message flow to request information about a particular flight and the passengers who have reservations on that flight. The input message contains the number and date of a specific flight.

The input message (flightdetailsquery.mbtest) contains the following data:

<FlightQuery>
   <FlightNumber>CA937</FlightNumber>
   <FlightDate>20030525</FlightDate>
</FlightQuery>

Compare the input message with the model in the following diagram. You can also read a textual description of the message structure.

Look at the ESQL in Creating the XML_FlightQueryOut message flow. See how the message flow navigates the message to certain elements in the tree. For example:

InputBody.FlightQuery.Number

For more information, read about XML messages in the WebSphere Message Broker documentation. Also take a look at the XML_FlightQueryOut message flow.

Main Page icon   Back to About the Airline Reservations sample