87 lines
1.9 KiB
XML
87 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
AlpineBits 2024-10
|
|
https://www.alpinebits.org/
|
|
|
|
Sample message file for a Handshake response
|
|
|
|
Changelog:
|
|
v. 2024-10 1.2 Example extended with all capabilities and two supported releases
|
|
v. 2024-10 1.1 Removed the OTA_Ping action
|
|
v. 2024-10 1.0 added supported version 2024-10 in the example
|
|
v. 2018-10 1.0 initial example
|
|
-->
|
|
|
|
<OTA_PingRS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://www.opentravel.org/OTA/2003/05"
|
|
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_PingRS.xsd"
|
|
Version="8.000">
|
|
<Success/>
|
|
<Warnings>
|
|
<Warning Type="11" Status="ALPINEBITS_HANDSHAKE">{
|
|
"versions": [
|
|
{
|
|
"version": "2024-10",
|
|
"actions": [
|
|
{
|
|
"action": "action_OTA_Read"
|
|
},
|
|
{
|
|
"action": "action_OTA_HotelResNotif_GuestRequests"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"version": "2022-10",
|
|
"actions": [
|
|
{
|
|
"action": "action_OTA_Ping"
|
|
},
|
|
{
|
|
"action": "action_OTA_Read"
|
|
},
|
|
{
|
|
"action": "action_OTA_HotelResNotif_GuestRequests"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}</Warning>
|
|
</Warnings>
|
|
<EchoData>{
|
|
"versions": [
|
|
{
|
|
"version": "2024-10",
|
|
"actions": [
|
|
{
|
|
"action": "action_OTA_Read"
|
|
},
|
|
{
|
|
"action": "action_OTA_HotelResNotif_GuestRequests"
|
|
},
|
|
{
|
|
"action": "action_OTA_Read"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"version": "2022-10",
|
|
"actions": [
|
|
{
|
|
"action": "action_OTA_Read"
|
|
},
|
|
{
|
|
"action": "action_OTA_Ping"
|
|
},
|
|
{
|
|
"action": "action_OTA_HotelResNotif_GuestRequests"
|
|
},
|
|
{
|
|
"action": "action_OTA_Read"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}</EchoData>
|
|
</OTA_PingRS> |