6.1 ServerSoap (FindServiceLocations) WSDL

 <?xml version="1.0" encoding="utf-8"?>
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
  xmlns:tns="http://microsoft.com/DRM/ServerService"
  xmlns:s="http://www.w3.org/2001/XMLSchema"
  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
  targetNamespace="http://microsoft.com/DRM/ServerService"
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:types>
     <s:schema elementFormDefault="qualified"
      targetNamespace="http://microsoft.com/DRM/ServerService">
       <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:element name="FindServiceLocations">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="ServiceNames"
              type="tns:ArrayOfServiceLocationRequest" />
           </s:sequence>
         </s:complexType>
       </s:element>
       <s:complexType name="ArrayOfServiceLocationRequest">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="unbounded"
            name="ServiceLocationRequest" nillable="true"
            type="tns:ServiceLocationRequest" />
         </s:sequence>
       </s:complexType>
       <s:complexType name="ServiceLocationRequest">
         <s:sequence>
           <s:element minOccurs="1" maxOccurs="1" name="Type"
            type="tns:ServiceType" />
         </s:sequence>
       </s:complexType>
       <s:simpleType name="ServiceType">
         <s:restriction base="s:string">
           <s:enumeration value="EnrollmentService" />
           <s:enumeration value="LicensingService" />
           <s:enumeration value="PublishingService" />
           <s:enumeration value="CertificationService" />
           <s:enumeration value="ActivationService" />
           <s:enumeration value="PrecertificationService" />
           <s:enumeration value="ServerService" />
           <s:enumeration value="DrmRemoteDirectoryServices" />
           <s:enumeration value="GroupExpansionService" />
           <s:enumeration value="LicensingInternalService" />
           <s:enumeration value="CertificationInternalService" />
         </s:restriction>
       </s:simpleType>
       <s:element name="FindServiceLocationsResponse">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1"
              name="FindServiceLocationsResult"
              type="tns:ArrayOfServiceLocationResponse" />
           </s:sequence>
         </s:complexType>
       </s:element>
       <s:complexType name="ArrayOfServiceLocationResponse">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="unbounded"
             name="ServiceLocationResponse" nillable="true"
             type="tns:ServiceLocationResponse" />
         </s:sequence>
       </s:complexType>
       <s:complexType name="ServiceLocationResponse">
         <s:sequence>
           <s:element minOccurs="0" maxOccurs="1" name="URL"
            type="s:string" />
           <s:element minOccurs="1" maxOccurs="1" name="Type"
            type="tns:ServiceType" />
         </s:sequence>
       </s:complexType>
     </s:schema>
   </wsdl:types>
   <wsdl:message name="FindServiceLocationsSoapIn">
     <wsdl:part name="parameters" element="tns:FindServiceLocations"/>
   </wsdl:message>
   <wsdl:message name="FindServiceLocationsSoapOut">
     <wsdl:part name="parameters"
      element="tns:FindServiceLocationsResponse" />
   </wsdl:message>
   <wsdl:message name="FindServiceLocationsVersionData">
     <wsdl:part name="VersionData" element="tns:VersionData" />
   </wsdl:message>
   <wsdl:portType name="ServerSoap">
     <wsdl:operation name="FindServiceLocations">
       <wsdl:input message="tns:FindServiceLocationsSoapIn" />
       <wsdl:output message="tns:FindServiceLocationsSoapOut" />
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="ServerSoap" type="tns:ServerSoap">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="FindServiceLocations">
       <soap:operation soapAction=
        "http://microsoft.com/DRM/ServerService/FindServiceLocations"
        style="document" />
       <wsdl:input>
         <soap:body use="literal" />
         <soap:header message="tns:FindServiceLocationsVersionData"
          part="VersionData" use="literal" />
       </wsdl:input>
       <wsdl:output>
         <soap:body use="literal" />
         <soap:header message="tns:FindServiceLocationsVersionData"
          part="VersionData" use="literal" />
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:binding name="ServerSoap12" type="tns:ServerSoap">
     <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="FindServiceLocations">
       <soap12:operation soapAction=
        "http://microsoft.com/DRM/ServerService/FindServiceLocations"
        style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
         <soap12:header message="tns:FindServiceLocationsVersionData"
          part="VersionData" use="literal" />
       </wsdl:input>
       <wsdl:output>
         <soap12:body use="literal" />
         <soap12:header message="tns:FindServiceLocationsVersionData"
          part="VersionData" use="literal" />
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="Server">
     <wsdl:port name="ServerSoap" binding="tns:ServerSoap">
       <soap:address
        location="http://localhost/_wmcs/licensing/server.asmx" />
     </wsdl:port>
     <wsdl:port name="ServerSoap12" binding="tns:ServerSoap12">
       <soap12:address
        location="http://localhost/_wmcs/licensing/server.asmx" />
     </wsdl:port>
   </wsdl:service>
 </wsdl:definitions>