6 Appendix A: Full WSDL

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

File name

Description

Section

MS-OXWSGTRM.wsdl

Contains the WSDL for the implementation of this protocol.

6

MS-OXWSGTRM-messages.xsd

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

7.1

MS-OXWSGTRM-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-OXWSGTRM-types.xsd or MS-OXWSGTRM-messages.xsd schemas have to be placed in the common folder with these files.

This section contains the contents of the MS-OXWSGTRM.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" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages">
   <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" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <xs:import namespace="http://schemas.microsoft.com/exchange/services/2006/types"/>
       <xs:include schemaLocation="MS-OXWSGTRM-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="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:import namespace="http://www.w3.org/XML/1998/namespace"/>
       <!-- Add global elements and types from types.xsd -->
     </xs:schema>
   </wsdl:types>
   <wsdl:message name="GetRoomListsSoapIn">
     <wsdl:part name="GetRoomListsRequest" element="tns:GetRoomLists"/>
     <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="GetRoomListsSoapOut">
     <wsdl:part name="GetRoomListsResult" element="tns:GetRoomListsResponse"/>
     <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
   </wsdl:message>
   <wsdl:message name="GetRoomsSoapIn">
     <wsdl:part name="GetRoomsRequest" element="tns:GetRooms"/>
     <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="GetRoomsSoapOut">
     <wsdl:part name="GetRoomsResult" element="tns:GetRoomsResponse"/>
     <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
   </wsdl:message>
   <wsdl:portType name="ExchangeServicePortType">
     <wsdl:operation name="GetRoomLists">
       <wsdl:input message="tns:GetRoomListsSoapIn"/>
       <wsdl:output message="tns:GetRoomListsSoapOut"/>
     </wsdl:operation>
     <wsdl:operation name="GetRooms">
       <wsdl:input message="tns:GetRoomsSoapIn"/>
       <wsdl:output message="tns:GetRoomsSoapOut"/>
     </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 style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="GetRoomLists">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetRoomLists"/>
       <wsdl:input>
         <soap:body parts="GetRoomListsRequest" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="Impersonation" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="MailboxCulture" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="RequestVersion" use="literal"/>
       </wsdl:input>
       <wsdl:output>
         <soap:body parts="GetRoomListsResult" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapOut" part="ServerVersion" use="literal"/>
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="GetRooms">
       <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetRooms"/>
       <wsdl:input>
         <soap:body parts="GetRoomsRequest" use="literal"/>
         <soap:header message="tns:GetRoomsSoapIn" part="Impersonation" use="literal"/>
         <soap:header message="tns:GetRoomsSoapIn" part="MailboxCulture" use="literal"/>
         <soap:header message="tns:GetRoomsSoapIn" part="RequestVersion" use="literal"/>
       </wsdl:input>
       <wsdl:output>
         <soap:body parts="GetRoomsResult" use="literal"/>
         <soap:header message="tns:GetRoomsSoapOut" part="ServerVersion" use="literal"/>
       </wsdl:output>
     </wsdl:operation>
   </wsdl:binding>  
 </wsdl:definitions>