4.20.2 Response

The following example shows the ValidateCert command response (section 2.2.1.22) sent from the server to the client. A validatecert:Status element (section 2.2.3.177.18) value of 1 is returned to indicate that the certificate validation was successful.

 <?xml version="1.0" encoding="utf-8"?>
 <ValidateCert xmlns="ValidateCert">
     <Status>1</Status>
     <Certificate>
         <Status>1</Status>
     </Certificate>
 </ValidateCert>