curl --request POST \
--url https://ota-int.axisdata.net:9443/activitynbc \
--header 'Content-Type: application/xml' \
--data '<OTA_ProductDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2016.2" PrimaryLangID="EN" AltLangID="EN" SequenceNmbr="1">
<POS>
<Source>
<RequestorID ID="TEST" ID_Context="AxisData" Type="22"/>
</Source>
<Source>
<RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
</Source>
</POS>
<ProductDescriptiveInfos>
<TourActivityDescriptiveInfo TourActivityID="XESPMI5L4U"/>
</ProductDescriptiveInfos>
</OTA_ProductDescriptiveInfoRQ>'