curl --request POST \
--url https://ota-int.axisdata.net:9443/hotelnbc \
--header 'Content-Type: application/xml' \
--data '<OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2008.1" PrimaryLangID="EN" AltLangID="EN">
<POS>
<Source>
<RequestorID Type="22" ID="TEST" ID_Context="AxisData"/>
</Source>
<Source>
<RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
</Source>
</POS>
<HotelDescriptiveInfos>
<HotelDescriptiveInfo HotelCode="AESPMI5L46" BrandCode="TEST">
</HotelDescriptiveInfo>
</HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>'