6 Appendix A: Full WSDL

The XML files that are listed in the following table are required in order to implement the functionality described in this document.

File name

Description

Section

MS-OXWSRSLNM.wsdl

Contains the WSDL for the implementation of this protocol.

6

MS-OXWSRSLNM-messages.xsd

Contains the XML schema message definitions that are used in this protocol.

7.1

MS-OXWSRSLNM-types.xsd

Contains the XML schema type definitions that are used in this protocol.

7.2

These files have to be placed in a common folder in order for the WSDL to validate and operate. Also, any schema files that are included in or imported into the MS-OXWSRSLNM-types.xsd or MS-OXWSRSLNM-messages.xsd schemas have to be placed in the common folder along with the files listed in the table.

This section contains the contents of the MS-OXWSRSLNM.wsdl file.

 <?xml version="1.0" encoding="utf-8"?>
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:s="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
   <wsdl:types>
     <xs:schema id="messages" elementFormDefault="qualified" version="Exchange2016" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages">
       <xs:include schemaLocation="MS-OXWSRSLNM-messages.xsd"/>
     </xs:schema>
     <xs:schema id="types" elementFormDefault="qualified" version="Exchange2016" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
       <xs:include schemaLocation="MS-OXWSRSLNM-types.xsd"/>
     </xs:schema>
   </wsdl:types>
   <wsdl:portType name="ExchangeServicePortType">
     <wsdl:operation name="ResolveNames" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
       <wsdl:input message="tns:ResolveNamesSoapIn"/>
       <wsdl:output message="tns:ResolveNamesSoapOut"/>
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:message name="ResolveNamesSoapIn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
     <wsdl:part name="request" element="tns:ResolveNames"/>
     <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
     <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
     <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
   </wsdl:message>
   <wsdl:message name="ResolveNamesSoapOut" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
     <wsdl:part name="ResolveNamesResult" element="tns:ResolveNamesResponse"/>
     <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
   </wsdl:message>
   <wsdl:binding name="ExchangeServiceBinding" type="tns:ExchangeServicePortType">
     <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
       <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" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <wsdl:operation name="ResolveNames" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
       <wsdl:input>
         <soap:body parts="request" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
         <soap:header message="tns:ResolveNamesSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
         <soap:header message="tns:ResolveNamesSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
         <soap:header message="tns:ResolveNamesSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
       </wsdl:input>
       <wsdl:output>
         <soap:body parts="ResolveNamesResult" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
         <soap:header message="tns:ResolveNamesSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>
 </wsdl:definitions>