Response that I want:
<?xml version="1.0"?>
<OTA_HotelAvailRS xmlns="http://www.opentravel.org/OTA/2003/05">
<RoomStays>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="CP" ArtificialAllocation="0" MealPlanCode="6" RoomTypeCode="DLX">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="SUT">
</RoomRate>
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="SDLX">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
<RoomStay SupplierSystem="XHOTEL">
<ns1:RoomRates xmlns:ns1="http://www.opentravel.org/OTA/2003/05">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="RFS">
<RoomRate NumberOfUnits="2" NumberOfGuests="3" RoomRPH="1" OnRequest="false" RatePlanCode="EP" ArtificialAllocation="1" MealPlanCode="14" RoomTypeCode="SDLX">
</RoomRate>
</ns1:RoomRates>
</RoomStay>
</RoomStays>
</OTA_HotelAvailRS>
********I have given main nodes in response, all others are already working********
|