home.jsp
|
Displays a list of trips the customer can choose from. The travel agent builds this list by invoking the getList( ) method of the Trip Web Service provided by Compass.
|
tripdetail.jsp
|
Displays detailed information about the trip selected in home.jsp. The travel agent obtains the trip details by invoking the getInfo( ) method of the Trip Web Service provided by Compass.
|
reservationaction.jsp
|
Notifies the Tour Operator (Compass) that the trip has been booked by invoking the reserve( ) method of the Reservation Web Service provided by Compass.
|