1)Define a schema for handling simple requests for the reservation of rental vehicles (carRentalRequest.xsd). The schema
Posted: Fri Jun 10, 2022 11:58 am
1)Define a schema for handling simple requests for the
reservation of rental vehicles (carRentalRequest.xsd). The schema
should assume that the customer has already decided to use a
specific rental branch. It should then define all the information
that is needed when requesting information about a vehicle rental.
The schema should include information such as rate codes, rate
type, promotional descriptions, and so on, as well as rate
information that had been supplied in a previous availability
response, along with any discount number or promotional codes that
may affect the rate. For instance, the customer may have a frequent
renter number that should be associated with the reservation.
Typically rates are offered as either leisure rates or corporate
rates. The schema should also define the rental period, as well as
information on a distance associated with a particular rate, e.g.,
limited or unlimited miles per rental period, and customer
preferences regarding the type of vehicle and special equipment
that can be included with the reservation of a rental vehicle.
2)Write WSDL defining the CarRentalService
reservation of rental vehicles (carRentalRequest.xsd). The schema
should assume that the customer has already decided to use a
specific rental branch. It should then define all the information
that is needed when requesting information about a vehicle rental.
The schema should include information such as rate codes, rate
type, promotional descriptions, and so on, as well as rate
information that had been supplied in a previous availability
response, along with any discount number or promotional codes that
may affect the rate. For instance, the customer may have a frequent
renter number that should be associated with the reservation.
Typically rates are offered as either leisure rates or corporate
rates. The schema should also define the rental period, as well as
information on a distance associated with a particular rate, e.g.,
limited or unlimited miles per rental period, and customer
preferences regarding the type of vehicle and special equipment
that can be included with the reservation of a rental vehicle.
2)Write WSDL defining the CarRentalService