Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

Get a hotels by city name or coordinates? #112

Open evgenTraytyak opened 7 years ago

evgenTraytyak commented 7 years ago

How can i get the list of hotels by 1)City or 2)CoordinateLocation? 1) I sent

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://www.travelport.com/service/hotel_v38_0" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<HotelSearchAvailabilityReq TargetBranch="P107780" xmlns="http://www.travelport.com/schema/hotel_v38_0">
<BillingPointOfSaleInfo xmlns="http://www.travelport.com/schema/common_v38_0" OriginApplication="uAPI"/>
<HotelSearchLocation>
  <HotelAddress City="Minsk"/>
</HotelSearchLocation>
<HotelSearchModifiers NumberOfAdults="1" NumberOfRooms="1">
  <BookingGuestInformation>
    <Room>
      <Adults>1</Adults>
    </Room>
  </BookingGuestInformation>
</HotelSearchModifiers><HotelStay>
  <CheckinDate>2016-10-30</CheckinDate>
  <CheckoutDate>2016-11-04</CheckoutDate>
</HotelStay></HotelSearchAvailabilityReq>
</env:Body>
</env:Envelope>

And got the next error: Attribute 'City' is not allowed to appear in element 'HotelAddress'.

2) I sent

<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://www.travelport.com/service/hotel_v38_0" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body>
<HotelSearchAvailabilityReq TargetBranch="P107780" xmlns="http://www.travelport.com/schema/hotel_v38_0"><BillingPointOfSaleInfo xmlns="http://www.travelport.com/schema/common_v38_0" OriginApplication="uAPI"/><HotelSearchLocation>
  <CoordinateLocation latitude="52.4411761" longitude="30.987846200000035"/>
  <Distance Value="1"/>
</HotelSearchLocation>
<HotelSearchModifiers NumberOfAdults="1" NumberOfRooms="1">
  <BookingGuestInformation>
    <Room>
      <Adults>1</Adults>
    </Room>
  </BookingGuestInformation>
</HotelSearchModifiers>
<HotelStay>
  <CheckinDate>2016-10-30</CheckinDate>
  <CheckoutDate>2016-11-04</CheckoutDate>
</HotelStay>
</HotelSearchAvailabilityReq>
</env:Body></env:Envelope>

But got the following error:

 Invalid content was found starting with element 'CoordinateLocation'. One of 
'{"http://www.travelport.com/schema/hotel_v38_0":HotelLocation, 
"http://www.travelport.com/schema/hotel_v38_0":ProviderLocation, 
"http://www.travelport.com/schema/common_v38_0":VendorLocation, 
"http://www.travelport.com/schema/hotel_v38_0":HotelAddress, 
"http://www.travelport.com/schema/hotel_v38_0":ReferencePoint, 
"http://www.travelport.com/schema/common_v38_0":CoordinateLocation, 
"http://www.travelport.com/schema/common_v38_0":Distance}' is expected.
vivekjyotipramanik commented 7 years ago

Hi evgenTraytyak,

Thank you for your interest in Travelport Universal API. The City should be inside HotelLocation. Please find below the sample request.

https://support.travelport.com/webhelp/uapi/Content/SampleWeb/SampleFiles/007-01_1G_HotelSearch_Rq.xml

The CorordinateLocation is part of common and you are using it as Hotel namspace. Please correct the namesapce. Please find below the sample.

https://support.travelport.com/webhelp/uapi/Content/SampleWeb/SampleFiles/108-01_1V_HotelSearch_Rq.xml

Please let me know how it goes. Thanks.

Thanks & Regards Vivekjyoti Pramanik

evgenTraytyak commented 7 years ago

@vivekjyotipramanik hi! 1) In the first example which you sent used 3-symbols IATA code in <HotelLocation Location="MSQ"/>.

But I want to find hotels using city name (Oslo, Berlin, Minsk).

screen shot 2016-10-26 at 12 37 13

The following options doesn't work:

<HotelSearchLocation>
  <HotelAddress City="Minsk"/>
</HotelSearchLocation>

<HotelSearchLocation>
  <HotelAddress>
    <City>Minsk</City>
  </HotelAddress>
</HotelSearchLocation>

2) Adding the namespace helped me. Thanks!

vivekjyotipramanik commented 7 years ago

Hi evgenTraytyak,

Please use the below the request in that scenario. Please let me know how it goes. Thanks.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hot="http://www.travelport.com/schema/hotel_v36_0" xmlns:com="http://www.travelport.com/schema/common_v36_0">
   <soapenv:Header/>
   <soapenv:Body>
      <hot:HotelSearchAvailabilityReq TargetBranch="P107780">
         <com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
         <hot:HotelSearchLocation>
            <hot:ReferencePoint>Minsk</hot:ReferencePoint>
         </hot:HotelSearchLocation>
         <hot:HotelSearchModifiers NumberOfAdults="1" NumberOfRooms="1">
            <com:PermittedProviders>
               <com:Provider Code="1G"/>
            </com:PermittedProviders>
         </hot:HotelSearchModifiers>
         <hot:HotelStay>
            <hot:CheckinDate>2016-10-30</hot:CheckinDate>
            <hot:CheckoutDate>2016-11-02</hot:CheckoutDate>
         </hot:HotelStay>
      </hot:HotelSearchAvailabilityReq>
   </soapenv:Body>
</soapenv:Envelope>

Thanks & Regards Vivekjyoti Pramanik

evgenTraytyak commented 7 years ago

@vivekjyotipramanik It works for Minsk, but doesn't work for another cities.. I tested Berlin, Oslo, Toronto and had the following errors:

["Please provide a HotelLocation to refine the search",
"Incorrect Ref point and city/airport combination. The similar names returned in response - RU-MOSCOW,IDUS-MOSCOW,RU-MOSCOW,RU-MOSCOW CIRCUS,RU-MOSCOW INSTITUTE OF ENERGETICS,WAUS-MOSCOW REGL,RU-MOSCOW SETCHENOV MEDICAL ACADE,RU-MOSCOW STATE INSTITUTE OF FORE,RU-MOSCOW STATE PEDAGOGICAL UNIVE,RU-MOSCOW UNIVERSITY,RU-MOSCOW UNIVERSITY OF TECHNOLOG",
" [TRM] Provider error: Search is not complete. Please enter a city code as search criteria."],
evgenTraytyak commented 7 years ago

@vivekjyotipramanik As for ReferencePoint - HotelLocation/Location is mandatory for aggregated scenario if ReferencePoint is used.

evgenTraytyak commented 7 years ago

@vivekjyotipramanik Using Travelport Universal API can i get the list of cities for searching?

vivekjyotipramanik commented 7 years ago

Hi evgenTraytyak,

Please use the below part. You are getting this error cause you are not provisioned for TRM. Please let me know how it goes. Thanks.

            <com:PermittedProviders>
               <com:Provider Code="1G"/>
            </com:PermittedProviders>

Thanks & Regards Vivekjyoti Pramanik

evgenTraytyak commented 7 years ago

@vivekjyotipramanik I got the error Provider 1G is not authorized

vivekjyotipramanik commented 7 years ago

Hi evgenTraytyak,

I am not sure what you are provisioned for. It might be 1V or 1P as well. I have provieded that as a sample snippet. Please change the ProviderCode to your provisioned code according to the credentials you received from Travelport. Please let me know how it goes. Thanks.

Thanks & Regards Vivekjyoti Pramanik

evgenTraytyak commented 7 years ago

@vivekjyotipramanik I tried to use 1P Provider. It's ok. But i got 2 from 3 errors above:

[
"Please provide a HotelLocation to refine the search",
"Incorrect Ref point and city/airport combination. The similar names returned in response - LT-VILNIUS,LT-VILNIUS,LT-VILNIUS UNIVERSITY"
]

I sent

<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://www.travelport.com/service/hotel_v38_0" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<HotelSearchAvailabilityReq TargetBranch="P107780" xmlns="http://www.travelport.com/schema/hotel_v38_0">
<BillingPointOfSaleInfo xmlns="http://www.travelport.com/schema/common_v38_0" OriginApplication="uAPI"/>
<HotelSearchLocation>
  <ReferencePoint>Vilnius</ReferencePoint>
</HotelSearchLocation>
<HotelSearchModifiers NumberOfAdults="1" NumberOfRooms="1">
  <PermittedProviders xmlns="http://www.travelport.com/schema/common_v38_0">
    <Provider Code="1P"/>
  </PermittedProviders>
  <BookingGuestInformation>
    <Room>
      <Adults>1</Adults>
    </Room>
  </BookingGuestInformation>
</HotelSearchModifiers><HotelStay>
  <CheckinDate>2016-11-02</CheckinDate>
  <CheckoutDate>2016-11-07</CheckoutDate>
</HotelStay></HotelSearchAvailabilityReq></env:Body></env:Envelope>
vivekjyotipramanik commented 7 years ago

Hi evgenTraytyak,

I tried the below request and it worked fine for me without any warning. Please let me know how it goes. Thanks.

Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hot="http://www.travelport.com/schema/hotel_v36_0" xmlns:com="http://www.travelport.com/schema/common_v36_0">
   <soapenv:Header/>
   <soapenv:Body>
      <hot:HotelSearchAvailabilityReq TargetBranch="TRGT_BRCH">
         <com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
         <hot:HotelSearchLocation>
            <hot:ReferencePoint>Vilnius</hot:ReferencePoint>
         </hot:HotelSearchLocation>
         <hot:HotelSearchModifiers NumberOfAdults="1" NumberOfRooms="1">
            <com:PermittedProviders>
               <com:Provider Code="1G"/>
            </com:PermittedProviders>
         </hot:HotelSearchModifiers>
         <hot:HotelStay>
            <hot:CheckinDate>2016-10-30</hot:CheckinDate>
            <hot:CheckoutDate>2016-11-02</hot:CheckoutDate>
         </hot:HotelStay>
      </hot:HotelSearchAvailabilityReq>
   </soapenv:Body>
</soapenv:Envelope>

Response:

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP:Body>
      <hotel:HotelSearchAvailabilityRsp TransactionId="0C14EC0C0A07761F3B41B682526A1BEF" ResponseTime="10325" xmlns:hotel="http://www.travelport.com/schema/hotel_v36_0" xmlns:common_v36_0="http://www.travelport.com/schema/common_v36_0">
         <common_v36_0:NextResultReference ProviderCode="1G">T/Bumm40gSdP8G6abjSBJ0h/OrmFKJ4YudJkNMMpwr+4Py7kyw+hR4EVSmkTi/ezz2gNn8lVDXsVNEiQ86oj+ia/sWL21xGaD1qbRrqN487FsckSfbeVVQ==</common_v36_0:NextResultReference>
         <hotel:ReferencePoint>VILNIUS</hotel:ReferencePoint>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="BW" VendorLocationID="31073" Key="uJ90LgBAAA/BtCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="BW" HotelCode="31073" HotelLocation="VNO" Name="BEST WESTERN VILNIUS" VendorLocationKey="uJ90LgBAAA/BtCAAAAAAAA==" ReserveRequirement="Guarantee" ParticipationLevel="2" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="1" Direction="N"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR64.00" MaximumAmount="EUR144.00"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="RT" VendorLocationID="61261" Key="uJ90LgBAAA/BuCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="RT" HotelCode="61261" HotelLocation="VNO" Name="NOVOTEL VILNIUS CENTRE" VendorLocationKey="uJ90LgBAAA/BuCAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other" ParticipationLevel="2" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR67.00" MinAmountRateChanged="false" MaximumAmount="EUR220.00" MaxAmountRateChanged="false"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="YX" VendorLocationID="60246" Key="uJ90LgBAAA/BvCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="YX" HotelCode="60246" HotelLocation="VNO" Name="DVARAS" VendorLocationKey="uJ90LgBAAA/BvCAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>3 TILTO STREET</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR1144.00" MinAmountRateChanged="false" MaximumAmount="EUR1355.00" MaxAmountRateChanged="false"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="ON" VendorLocationID="66015" Key="uJ90LgBAAA/BwCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="ON" HotelCode="66015" HotelLocation="VNO" Name="GROTTHUS HOTEL" VendorLocationKey="uJ90LgBAAA/BwCAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" ParticipationLevel="2" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR106.00" MaximumAmount="EUR250.00"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="CI" VendorLocationID="61951" Key="uJ90LgBAAA/BxCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="CI" HotelCode="61951" HotelLocation="VNO" Name="COMFORT HOTEL LT" VendorLocationKey="uJ90LgBAAA/BxCAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" ParticipationLevel="2" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS  LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="USD123.07" MinAmountRateChanged="false" MaximumAmount="USD267.42" MaxAmountRateChanged="false"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="CP" VendorLocationID="59143" Key="uJ90LgBAAA/ByCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="CP" HotelCode="59143" HotelLocation="VNO" Name="CROWNE PLAZA VILNIUS" VendorLocationKey="uJ90LgBAAA/ByCAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other" ParticipationLevel="4" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR99.00" MinAmountRateChanged="false" MaximumAmount="EUR244.00" MaxAmountRateChanged="false"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HI" VendorLocationID="49351" Key="uJ90LgBAAA/BzCAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HI" HotelCode="49351" HotelLocation="VNO" Name="HOLIDAY INN VILNIUS" VendorLocationKey="uJ90LgBAAA/BzCAAAAAAAA==" HotelTransportation="9" ReserveRequirement="Other" ParticipationLevel="4" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR80.00" MinAmountRateChanged="false" MaximumAmount="EUR135.00" MaxAmountRateChanged="false"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="LX" VendorLocationID="72875" Key="uJ90LgBAAA/B0CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="LX" HotelCode="72875" HotelLocation="VNO" Name="IDW ESPERANZA RESORT" VendorLocationKey="uJ90LgBAAA/B0CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other" ParticipationLevel="2" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>RAKAI LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="17" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo MinimumAmount="EUR160.00" MaximumAmount="EUR480.00"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AJ047" Key="uJ90LgBAAA/B1CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AJ047" HotelLocation="VNO" Name="CITY HOTELS RUDNINKAI" VendorLocationKey="uJ90LgBAAA/B1CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>RUDNINKU STR 1546</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AR087" Key="uJ90LgBAAA/B2CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AR087" HotelLocation="VNO" Name="SENATORIAI" VendorLocationKey="uJ90LgBAAA/B2CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>TILTO G 2</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="GW" VendorLocationID="55656" Key="uJ90LgBAAA/B3CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="GW" HotelCode="55656" HotelLocation="VNO" Name="HOTEL CONTI" VendorLocationKey="uJ90LgBAAA/B3CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>RAUGYKLOS STR 7 2</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AI129" Key="uJ90LgBAAA/B4CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AI129" HotelLocation="VNO" Name="DOMUS MARIA" VendorLocationKey="uJ90LgBAAA/B4CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>AUSROS VARTU STR 12</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="1" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AL898" Key="uJ90LgBAAA/B5CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AL898" HotelLocation="VNO" Name="OLD TOWN APARTMENT SPLENDID" VendorLocationKey="uJ90LgBAAA/B5CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>DYSNOS G 2</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AI138" Key="uJ90LgBAAA/B6CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AI138" HotelLocation="VNO" Name="BB IN ASTRA" VendorLocationKey="uJ90LgBAAA/B6CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>J BASANAVICIAUS G 3</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="BD658" Key="uJ90LgBAAA/B7CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="BD658" HotelLocation="VNO" Name="AMBER APPLE" VendorLocationKey="uJ90LgBAAA/B7CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AK842" Key="uJ90LgBAAA/B8CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AK842" HotelLocation="VNO" Name="ALEXA" VendorLocationKey="uJ90LgBAAA/B8CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>PYLIMO G 53</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AR155" Key="uJ90LgBAAA/B9CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AR155" HotelLocation="VNO" Name="VILNIUS APARTMENTS  SUITES" VendorLocationKey="uJ90LgBAAA/B9CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>DIDZIOJI 391</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="BF414" Key="uJ90LgBAAA/B+CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="BF414" HotelLocation="VNO" Name="ART HOTEL MOON GARDEN" VendorLocationKey="uJ90LgBAAA/B+CAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>BAZILIJONU G 10</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="1" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="RA" VendorLocationID="47012" Key="uJ90LgBAAA/B/CAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="RA" HotelCode="47012" HotelLocation="VNO" Name="RAMADA HOTEL SUITES VILNIUS" VendorLocationKey="uJ90LgBAAA/B/CAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other" ParticipationLevel="4">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="UI" VendorLocationID="45474" Key="uJ90LgBAAA/BADAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="UI" HotelCode="45474" HotelLocation="VNO" Name="ARTIS HOTEL" VendorLocationKey="uJ90LgBAAA/BADAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AK257" Key="uJ90LgBAAA/BBDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AK257" HotelLocation="VNO" Name="CONGRESS AVENUE" VendorLocationKey="uJ90LgBAAA/BBDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>GEDIMINO AVENUE 12</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="RT" VendorLocationID="B6373" Key="uJ90LgBAAA/BCDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="RT" HotelCode="B6373" HotelLocation="VNO" Name="IBIS STYLES VILNIUS" VendorLocationKey="uJ90LgBAAA/BCDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="1" Direction="S"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="BI475" Key="uJ90LgBAAA/BDDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="BI475" HotelLocation="VNO" Name="REAL HOUSE BB" VendorLocationKey="uJ90LgBAAA/BDDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>SIAULIU G 8</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="WV" VendorLocationID="43930" Key="uJ90LgBAAA/BEDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="WV" HotelCode="43930" HotelLocation="VNO" Name="AMBERTON" VendorLocationKey="uJ90LgBAAA/BEDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee">
               <hotel:PropertyAddress>
                  <hotel:Address>3 STUOKOS</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="UI" VendorLocationID="35972" Key="uJ90LgBAAA/BFDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="UI" HotelCode="35972" HotelLocation="VNO" Name="GRATA HOTEL" VendorLocationKey="uJ90LgBAAA/BFDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AZ497" Key="uJ90LgBAAA/BGDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AZ497" HotelLocation="VNO" Name="VILNIUS APARTMENTS  SUITES" VendorLocationKey="uJ90LgBAAA/BGDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="4" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="WV" VendorLocationID="66976" Key="uJ90LgBAAA/BHDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="WV" HotelCode="66976" HotelLocation="VNO" Name="ECOTEL VILNIUS HOTEL" VendorLocationKey="uJ90LgBAAA/BHDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="WV" VendorLocationID="86257" Key="uJ90LgBAAA/BIDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="WV" HotelCode="86257" HotelLocation="VNO" Name="EUROPA CITY VILNIUS" VendorLocationKey="uJ90LgBAAA/BIDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="4" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="UI" VendorLocationID="35761" Key="uJ90LgBAAA/BJDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="UI" HotelCode="35761" HotelLocation="VNO" Name="RATONDA HOTEL" VendorLocationKey="uJ90LgBAAA/BJDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Other" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="KI" VendorLocationID="33471" Key="uJ90LgBAAA/BKDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="KI" HotelCode="33471" HotelLocation="VNO" Name="KEMPINSKI HOTEL VILNIUS" VendorLocationKey="uJ90LgBAAA/BKDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other" ParticipationLevel="4">
               <hotel:PropertyAddress>
                  <hotel:Address>UNIVERSITETO</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AH927" Key="uJ90LgBAAA/BLDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AH927" HotelLocation="VNO" Name="GREEN VILNIUS" VendorLocationKey="uJ90LgBAAA/BLDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>PILAITES PR 20</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="6" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AH130" Key="uJ90LgBAAA/BMDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AH130" HotelLocation="VNO" Name="BELLAVILLA GUESTHOUSE" VendorLocationKey="uJ90LgBAAA/BMDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>ATZALYNO 7</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="8" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="HQ" VendorLocationID="AK919" Key="uJ90LgBAAA/BNDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="HQ" HotelCode="AK919" HotelLocation="VNO" Name="AUKSINES AVIS" VendorLocationKey="uJ90LgBAAA/BNDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="6" Direction="SW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="UI" VendorLocationID="26993" Key="uJ90LgBAAA/BODAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="UI" HotelCode="26993" HotelLocation="VNO" Name="TONY RESORT HOTEL" VendorLocationKey="uJ90LgBAAA/BODAAAAAAAA==" HotelTransportation="31" ReserveRequirement="Deposit" ParticipationLevel="2">
               <hotel:PropertyAddress>
                  <hotel:Address>TRAKAI LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="18" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="WV" VendorLocationID="79733" Key="uJ90LgBAAA/BPDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="WV" HotelCode="79733" HotelLocation="VNO" Name="EUROPA ROYALE VILNIUS" VendorLocationKey="uJ90LgBAAA/BPDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="20" Direction="N"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="WV" VendorLocationID="37863" Key="uJ90LgBAAA/BQDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="WV" HotelCode="37863" HotelLocation="VNO" Name="EUROPA ROYALE DRUSKININKAI" VendorLocationKey="uJ90LgBAAA/BQDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIAUS AVE 7</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="84" Direction="SW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="YX" VendorLocationID="86578" Key="uJ90LgBAAA/BRDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="YX" HotelCode="86578" HotelLocation="VNO" Name="MABRE RESIDENCE HOTEL" VendorLocationKey="uJ90LgBAAA/BRDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>13 MAIRONIO STREET</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="YX" VendorLocationID="36529" Key="uJ90LgBAAA/BSDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="YX" HotelCode="36529" HotelLocation="VNO" Name="BEST EASTERN SHAKESPEARE VILNIUS" VendorLocationKey="uJ90LgBAAA/BSDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>8/8 BERNARDINU STR</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="YX" VendorLocationID="37112" Key="uJ90LgBAAA/BTDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="YX" HotelCode="37112" HotelLocation="VNO" Name="CENTRO KUBAS" VendorLocationKey="uJ90LgBAAA/BTDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Guarantee" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>CENTRO KUBAS</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="ON" VendorLocationID="91660" Key="uJ90LgBAAA/BUDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="ON" HotelCode="91660" HotelLocation="VNO" Name="HOTEL TILTO" VendorLocationKey="uJ90LgBAAA/BUDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" ParticipationLevel="2" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="AC" VendorLocationID="18905" Key="uJ90LgBAAA/BVDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="AC" HotelCode="18905" HotelLocation="VNO" Name="ATEL CITY GATE" VendorLocationKey="uJ90LgBAAA/BVDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" ParticipationLevel="4" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="RD" VendorLocationID="91231" Key="uJ90LgBAAA/BWDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="RD" HotelCode="91231" HotelLocation="VNO" Name="RADISSON BLU ASTORIJA VILNIUS" VendorLocationKey="uJ90LgBAAA/BWDAAAAAAAA==" HotelTransportation="26" ReserveRequirement="Other" ParticipationLevel="2" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>VILNIUS LT</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="AC" VendorLocationID="19335" Key="uJ90LgBAAA/BXDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="AC" HotelCode="19335" HotelLocation="VNO" Name="ATEL CONGRESS VILNIUS" VendorLocationKey="uJ90LgBAAA/BXDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" ParticipationLevel="4" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>2-15 VILNIAUS STREET</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="2" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v36_0:VendorLocation ProviderCode="1G" VendorCode="YX" VendorLocationID="36223" Key="uJ90LgBAAA/BYDAAAAAAAA=="/>
            <hotel:HotelProperty HotelChain="YX" HotelCode="36223" HotelLocation="VNO" Name="HOTEL SARUNAS" VendorLocationKey="uJ90LgBAAA/BYDAAAAAAAA==" HotelTransportation="24" ReserveRequirement="Guarantee" Availability="NotAvailable">
               <hotel:PropertyAddress>
                  <hotel:Address>4 RAITININKU STREET</hotel:Address>
               </hotel:PropertyAddress>
               <common_v36_0:Distance Units="MI" Value="3" Direction="NW"/>
            </hotel:HotelProperty>
            <hotel:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hotel:HotelSearchError>
         </hotel:HotelSearchResult>
      </hotel:HotelSearchAvailabilityRsp>
   </SOAP:Body>
</SOAP:Envelope>

Thanks & Regards Vivekjyoti Pramanik