3.3.4.1.2.1 Certify

The Certify element contains the body of the request for the Certify web method.

 <xs:element name="Certify">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="requestParams"
         type="CertifyParams"
         minOccurs="1"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>