6.2 Precertification Interface

 <?xml version="1.0" encoding="utf-8"?>
 <wsdl:definitions
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:tns="http://microsoft.com/DRM/CertificationService"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    targetNamespace="http://microsoft.com/DRM/CertificationService"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:types>
     <s:schema elementFormDefault="qualified" 
       targetNamespace="http://microsoft.com/DRM/CertificationService">
       <s:element name="Precertify">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="requestParams" 
               type="tns:ArrayOfPrecertifyParams" />
           </s:sequence>
         </s:complexType>
       </s:element>
       <s:complexType name="ArrayOfPrecertifyParams">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="unbounded"
             name="PrecertifyParams" 
             nillable="true" type="tns:PrecertifyParams" />
         </s:sequence>
       </s:complexType>
       <s:complexType name="PrecertifyParams">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="1" name="UserName"
             type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Identification" 
             type="tns:Identification" />
         </s:sequence>
       </s:complexType>
       <s:complexType name="Identification">
         <s:sequence>
           <s:element minOccurs="1" maxOccurs="1" name="AuthenticationMode" 
             type="tns:AuthenticationMode" />
           <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Email"
             type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="ProxyAddresses" 
             type="tns:ArrayOfString" />
         </s:sequence>
       </s:complexType>
       <s:simpleType name="AuthenticationMode">
         <s:restriction base="s:string">
           <s:enumeration value="Windows" />
         </s:restriction>
       </s:simpleType>
       <s:complexType name="ArrayOfString">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="unbounded" name="string" 
             nillable="true" type="s:string" />
         </s:sequence>
       </s:complexType>
       <s:element name="PrecertifyResponse">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="PrecertifyResult" 
               type="tns:ArrayOfPrecertifyResponse" />
           </s:sequence>
         </s:complexType>
       </s:element>
       <s:complexType name="ArrayOfPrecertifyResponse">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="unbounded" 
             name="PrecertifyResponse" type="tns:PrecertifyResponse" />
         </s:sequence>
       </s:complexType>
       <s:complexType name="PrecertifyResponse">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="1" name="Certificate">
             <s:complexType mixed="true">
               <s:sequence>
                 <s:any />
               </s:sequence>
             </s:complexType>
           </s:element>
         </s:sequence>
       </s:complexType>
       <s:element name="VersionData" type="tns:VersionData" />
       <s:complexType name="VersionData">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="1" name="MinimumVersion" 
             type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="MaximumVersion" 
             type="s:string" />
         </s:sequence>
         <s:anyAttribute />
       </s:complexType>
     </s:schema>
   </wsdl:types>
   <wsdl:message name="PrecertifySoapIn">
     <wsdl:part name="parameters" element="tns:Precertify" />
   </wsdl:message>
   <wsdl:message name="PrecertifySoapOut">
     <wsdl:part name="parameters" element="tns:PrecertifyResponse" />
   </wsdl:message>
   <wsdl:message name="PrecertifyVersionData">
     <wsdl:part name="VersionData" element="tns:VersionData" />
   </wsdl:message>
   <wsdl:portType name="PrecertificationWebServiceSoap">
     <wsdl:operation name="Precertify">
       <wsdl:input message="tns:PrecertifySoapIn" />
       <wsdl:output message="tns:PrecertifySoapOut" />
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="PrecertificationWebServiceSoap" 
     type="tns:PrecertificationWebServiceSoap">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
     <wsdl:operation name="Precertify">
       <soap:operation 
         soapAction="http://microsoft.com/DRM/CertificationService/Precertify" 
         style="document" />
       <wsdl:input>
         <soap:body use="literal" />
         <soap:header message="tns:PrecertifyVersionData" part="VersionData" 
           use="literal" />
       </wsdl:input>
       <wsdl:output>
         <soap:body use="literal" />
         <soap:header message="tns:PrecertifyVersionData" part="VersionData" 
           use="literal" />
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="PrecertificationWebServiceSoap12" 
     type="tns:PrecertificationWebServiceSoap">
     <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
     <wsdl:operation name="Precertify">
       <soap12:operation 
         soapAction="http://microsoft.com/DRM/CertificationService/Precertify" 
         style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
         <soap12:header message="tns:PrecertifyVersionData" part="VersionData" 
           use="literal" />
       </wsdl:input>
       <wsdl:output>
         <soap12:body use="literal" />
         <soap12:header message="tns:PrecertifyVersionData" part="VersionData" 
           use="literal" />
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="PrecertificationWebService">
     <wsdl:port name="PrecertificationWebServiceSoap" 
       binding="tns:PrecertificationWebServiceSoap">
       <soap:address 
         location="http://luna/_wmcs/certification/precertification.asmx" />
     </wsdl:port>
     <wsdl:port name="PrecertificationWebServiceSoap12" 
       binding="tns:PrecertificationWebServiceSoap12">
       <soap12:address 
         location="http://luna/_wmcs/certification/precertification.asmx" />
     </wsdl:port>
   </wsdl:service>
 </wsdl:definitions>