6 Appendix A: Full WSDL

For ease of implementation, the full WSDL is provided in this appendix.

 <?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:types>
     <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages" version="Exchange2016" id="messages" xmlns:xs="http://www.w3.org/2001/XMLSchema">
       <xs:include schemaLocation="MS-OXWSURPT-messages.xsd"/>
     </xs:schema>
   </wsdl:types>
   <wsdl:portType name="ExchangeServicePortType">
     <wsdl:operation name="GetUserRetentionPolicyTags">
       <wsdl:input message="tns:GetUserRetentionPolicyTagsSoapIn"/>
       <wsdl:output message="tns:GetUserRetentionPolicyTagsSoapOut"/>
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="ExchangeServiceBinding" type="tns:ExchangeServicePortType">
     <wsdl:documentation>
       <wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.0" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/"/>
     </wsdl:documentation>
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="GetUserRetentionPolicyTags">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetUserRetentionPolicyTags"/>
       <wsdl:input>
         <soap:header message="tns:GetUserRetentionPolicyTagsSoapIn" part="RequestVersion" use="literal"/>
         <soap:body use="literal" parts="request"/>
       </wsdl:input>
       <wsdl:output>
         <soap:body use="literal" parts="GetUserRetentionPolicyTagsResult"/>
         <soap:header message="tns:GetUserRetentionPolicyTagsSoapOut" part="ServerVersion" use="literal"/>
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
   <wsdl:message name="GetUserRetentionPolicyTagsSoapIn">
     <wsdl:part name="request" element="tns:GetUserRetentionPolicyTags"/>
     <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
   </wsdl:message>
   <wsdl:message name="GetUserRetentionPolicyTagsSoapOut">
     <wsdl:part name="GetUserRetentionPolicyTagsResult" element="tns:GetUserRetentionPolicyTagsResponse"/>
     <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
   </wsdl:message>
 </wsdl:definitions>