To test the communication or to receive the current date and time from SIHOT, either system can send a LA record at any time. It will contain the status ‘0’. If the communication works, the receiving system answers immediately with a LA record with the status ‘1’. When sent by SIHOT, the record will also contain the current date and time.
LA
IF Partner → SIHOT
A complete example of the HTTP POST message looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<OC>LA</OC>
<TN>1</TN>
<CDT>2017-08-11T13:20:00</CDT>
<STATUS>0</STATUS>
</SIHOT-Document>
| Attribute | Denotation | Type |
|---|---|---|
| OC | Action Type: LA = Link Alive |
String |
| CDT | Current Date Time | Date Time |
| STATUS | Status | uns. Int |
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<OC>LA</OC>
<TN>1</TN>
<CDT>2017-08-11T13:20:00</CDT>
<status>1</status>
</SIHOT-Document>
| Attribute | Denotation | Type |
|---|---|---|
| OC | Action Type: LA = Link Alive |
String |
| CDT | Current Date Time | Date Time |
| STATUS | Status | uns. Int |