5.6     Result XML

 

The EasyTrac Result-Viewer requires a special XML structure as shown in the example below. The red marked tags are mandatory.

 

Mandatory Nodes

·         'TSA_Request' - the root node of result XML and must not be changed

·         'TSA_RequestInputData' - contains the input data as hexadecimal data string

·         'TSA_RequestAddInfo' – additional information (not used)

 

Mandatory Attributes

·         'pos'     – data position byte.bit , e.g. pos="1.4"

·         'datlen'  – number of bits, e.g. datlen="16"

·         'dr'       – description, e.g. dr="45 bytes"

 

 

Example Result-XML:

 

<TSA_Request>

  <IP_Radio_Msg_1_3_10>

    <Data_Packet>

      <packetLen pos="0.0" datlen="16" dr="45&#32;bytes">002D</packetLen>

      <communicationID pos="2.0" datlen="16" dr="186">00BA</communicationID>

    </Data_Packet>

  </IP_Radio_Msg_1_3_10>

  <TSA_RequestInputData>

   002D00BA0000004AA8140084A9460308C4705F519FDF1C041600003DB81D000000002102190
   11A0A1B00003B50
  </TSA_RequestInputData>

  <TSA_RequestAddInfo></TSA_RequestAddInfo>

</TSA_Request>