The following examples show both the request and response that are defined in the XSD files for the GetVersion tag.
The following is an example of the request that follows the GetVersion tag.
<?xml version="1.0" encoding="UTF-8" ?> 
<XmlInterfaceRequest>
    <GetVersion></GetVersion>
</XmlInterfaceRequest>
The following example response to the previous request follows the generic Response tag.
<?xml version="1.0" ?>
<Response>
    <Result>0</Result>
    <Command type="XmlInterfaceResponse">
        <Success count="1">2.2.14</Success>
        <Failure count="0"></Failure>
    </Command>
</Response>