6.4.1 wsdl

 <?xml version="1.0" encoding="utf-8"?>
 <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MachineIdentityProvider" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsp:Policy wsu:Id="CustomBinding_IMachineIdentityProvider_policy">
     <wsp:ExactlyOne>
       <wsp:All>
         <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
         <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
           <wsp:Policy>
             <sp:TransportToken>
               <wsp:Policy>
                 <msf:SslTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
                   <msf:RequireClientCertificate />
                 </msf:SslTransportSecurity>
               </wsp:Policy>
             </sp:TransportToken>
             <sp:AlgorithmSuite>
               <wsp:Policy>
                 <sp:Basic256 />
               </wsp:Policy>
             </sp:AlgorithmSuite>
             <sp:Layout>
               <wsp:Policy>
                 <sp:Strict />
               </wsp:Policy>
             </sp:Layout>
           </wsp:Policy>
         </sp:TransportBinding>
         <wsaw:UsingAddressing />
       </wsp:All>
     </wsp:ExactlyOne>
   </wsp:Policy>
   <wsdl:types>
     <xsd:schema targetNamespace="http://tempuri.org/Imports">
       <xsd:import schemaLocation="" namespace="http://tempuri.org/" />
       <xsd:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
       <xsd:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Devices.Identity" />
     </xsd:schema>
   </wsdl:types>
   <wsdl:message name="IMachineIdentityProvider_RenewCert_InputMessage">
     <wsdl:part name="parameters" element="tns:RenewCert" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_RevokeCert_InputMessage">
     <wsdl:part name="parameters" element="tns:RevokeCert" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_GenerateCertResponse_InputMessage">
     <wsdl:part name="parameters" element="tns:GenerateCertResponse" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_GenerateSid_InputMessage">
     <wsdl:part name="parameters" element="tns:GenerateSid" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_GetMachineStatus_InputMessage">
     <wsdl:part name="parameters" element="tns:GetMachineStatus" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_MakeUserRemoteDesktopMapping_InputMessage">
     <wsdl:part name="parameters" element="tns:MakeUserRemoteDesktopMapping" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnNewCertResponse_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnNewCertResponse" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnRenewCert_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnRenewCert" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnSid_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnSid" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnRevokeCert_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnRevokeCert" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnGetMachineStatus_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnGetMachineStatus" />
   </wsdl:message>
   <wsdl:message name="IMachineIdentityProvider_ReturnMakeUserRemoteDesktopMapping_OutputCallbackMessage">
     <wsdl:part name="parameters" element="tns:ReturnMakeUserRemoteDesktopMapping" />
   </wsdl:message>
   <wsdl:portType name="IMachineIdentityProvider">
     <wsdl:operation name="RenewCert">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/RenewCert" message="tns:IMachineIdentityProvider_RenewCert_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="RevokeCert">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/RevokeCert" message="tns:IMachineIdentityProvider_RevokeCert_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="GenerateCertResponse">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/GenerateCertResponse" message="tns:IMachineIdentityProvider_GenerateCertResponse_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="GenerateSid">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/GenerateSid" message="tns:IMachineIdentityProvider_GenerateSid_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="GetMachineStatus">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/GetMachineStatus" message="tns:IMachineIdentityProvider_GetMachineStatus_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="MakeUserRemoteDesktopMapping">
       <wsdl:input wsaw:Action="http://tempuri.org/IMachineIdentityProvider/MakeUserRemoteDesktopMapping" message="tns:IMachineIdentityProvider_MakeUserRemoteDesktopMapping_InputMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnNewCertResponse">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnNewCertResponse" message="tns:IMachineIdentityProvider_ReturnNewCertResponse_OutputCallbackMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnRenewCert">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnRenewCert" message="tns:IMachineIdentityProvider_ReturnRenewCert_OutputCallbackMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnSid">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnSid" message="tns:IMachineIdentityProvider_ReturnSid_OutputCallbackMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnRevokeCert">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnRevokeCert" message="tns:IMachineIdentityProvider_ReturnRevokeCert_OutputCallbackMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnGetMachineStatus">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnGetMachineStatus" message="tns:IMachineIdentityProvider_ReturnGetMachineStatus_OutputCallbackMessage" />
     </wsdl:operation>
     <wsdl:operation name="ReturnMakeUserRemoteDesktopMapping">
       <wsdl:output wsaw:Action="http://tempuri.org/IMachineIdentityProvider/ReturnMakeUserRemoteDesktopMapping" message="tns:IMachineIdentityProvider_ReturnMakeUserRemoteDesktopMapping_OutputCallbackMessage" />
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="CustomBinding_IMachineIdentityProvider" type="tns:IMachineIdentityProvider">
     <wsp:PolicyReference URI="#CustomBinding_IMachineIdentityProvider_policy" />
     <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
     <wsdl:operation name="RenewCert">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/RenewCert" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="RevokeCert">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/RevokeCert" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="GenerateCertResponse">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/GenerateCertResponse" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="GenerateSid">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/GenerateSid" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="GetMachineStatus">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/GetMachineStatus" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="MakeUserRemoteDesktopMapping">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/MakeUserRemoteDesktopMapping" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
     </wsdl:operation>
     <wsdl:operation name="ReturnNewCertResponse">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnNewCertResponse" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="ReturnRenewCert">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnRenewCert" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="ReturnSid">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnSid" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="ReturnRevokeCert">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnRevokeCert" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="ReturnGetMachineStatus">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnGetMachineStatus" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="ReturnMakeUserRemoteDesktopMapping">
       <soap12:operation soapAction="http://tempuri.org/IMachineIdentityProvider/ReturnMakeUserRemoteDesktopMapping" style="document" />
       <wsdl:output>
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="MachineIdentityProvider">
     <wsdl:port name="CustomBinding_IMachineIdentityProvider" binding="tns:CustomBinding_IMachineIdentityProvider">
       <soap12:address location="net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.MachineIdentityProvider/Microsoft.WindowsServerSolutions.Devices.Identity.IMachineIdentityProvider" />
       <wsa10:EndpointReference>
         <wsa10:Address>net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.MachineIdentityProvider/Microsoft.WindowsServerSolutions.Devices.Identity.IMachineIdentityProvider</wsa10:Address>
         <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
           <Dns>SERVERNAME</Dns>
         </Identity>
       </wsa10:EndpointReference>
     </wsdl:port>
   </wsdl:service>
 </wsdl:definitions>