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-OXWSUSRCFG.wsdl

Contains the WSDL for the implementation of this protocol.

6

MS-OXWSUSRCFG-messages.xsd

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

7.1

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

This section contains the contents of the MS-OXWSUSRCFG.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:include schemaLocation="MS-OXWSUSRCFG-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"/>
           </xs:schema>
      </wsdl:types>
      <wsdl:message name="CreateUserConfigurationSoapIn">
           <wsdl:part name="request" element="tns:CreateUserConfiguration"/>
           <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="CreateUserConfigurationSoapOut">
           <wsdl:part name="CreateUserConfigurationResult" element="tns:CreateUserConfigurationResponse"/>
           <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
      </wsdl:message>
      <wsdl:message name="DeleteUserConfigurationSoapIn">
           <wsdl:part name="request" element="tns:DeleteUserConfiguration"/>
           <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="DeleteUserConfigurationSoapOut">
           <wsdl:part name="DeleteUserConfigurationResult" element="tns:DeleteUserConfigurationResponse"/>
           <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
      </wsdl:message>
      <wsdl:message name="GetUserConfigurationSoapIn">
           <wsdl:part name="request" element="tns:GetUserConfiguration"/>
           <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="GetUserConfigurationSoapOut">
           <wsdl:part name="GetUserConfigurationResult" element="tns:GetUserConfigurationResponse"/>
           <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
      </wsdl:message>
      <wsdl:message name="UpdateUserConfigurationSoapIn">
           <wsdl:part name="request" element="tns:UpdateUserConfiguration"/>
           <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="UpdateUserConfigurationSoapOut">
           <wsdl:part name="UpdateUserConfigurationResult" element="tns:UpdateUserConfigurationResponse"/>
           <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
      </wsdl:message>
      <wsdl:portType name="ExchangeServicePortType">
           <wsdl:operation name="CreateUserConfiguration">
                <wsdl:input message="tns:CreateUserConfigurationSoapIn"/>
                <wsdl:output message="tns:CreateUserConfigurationSoapOut"/>
           </wsdl:operation>
           <wsdl:operation name="DeleteUserConfiguration">
                <wsdl:input message="tns:DeleteUserConfigurationSoapIn"/>
                <wsdl:output message="tns:DeleteUserConfigurationSoapOut"/>
           </wsdl:operation>
           <wsdl:operation name="GetUserConfiguration">
                <wsdl:input message="tns:GetUserConfigurationSoapIn"/>
                <wsdl:output message="tns:GetUserConfigurationSoapOut"/>
           </wsdl:operation>
           <wsdl:operation name="UpdateUserConfiguration">
                <wsdl:input message="tns:UpdateUserConfigurationSoapIn"/>
                <wsdl:output message="tns:UpdateUserConfigurationSoapOut"/>
           </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="CreateUserConfiguration">
                <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/CreateUserConfiguration"/>
                <wsdl:input>
                     <soap:header message="tns:CreateUserConfigurationSoapIn" part="Impersonation" use="literal"/>
                     <soap:header message="tns:CreateUserConfigurationSoapIn" part="MailboxCulture" use="literal"/>
                     <soap:header message="tns:CreateUserConfigurationSoapIn" part="RequestVersion" use="literal"/>
                     <soap:body parts="request" use="literal"/>
                </wsdl:input>
                <wsdl:output>
                     <soap:body parts="CreateUserConfigurationResult" use="literal"/>
                     <soap:header message="tns:CreateUserConfigurationSoapOut" part="ServerVersion" use="literal"/>
                </wsdl:output>
           </wsdl:operation>
           <wsdl:operation name="DeleteUserConfiguration">
                <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/DeleteUserConfiguration"/>
                <wsdl:input>
                     <soap:header message="tns:DeleteUserConfigurationSoapIn" part="Impersonation" use="literal"/>
                     <soap:header message="tns:DeleteUserConfigurationSoapIn" part="MailboxCulture" use="literal"/>
                     <soap:header message="tns:DeleteUserConfigurationSoapIn" part="RequestVersion" use="literal"/>
                     <soap:body parts="request" use="literal"/>
                </wsdl:input>
                <wsdl:output>
                     <soap:body parts="DeleteUserConfigurationResult" use="literal"/>
                     <soap:header message="tns:DeleteUserConfigurationSoapOut" part="ServerVersion" use="literal"/>
                </wsdl:output>
           </wsdl:operation>
           <wsdl:operation name="GetUserConfiguration">
                <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetUserConfiguration"/>
                <wsdl:input>
                     <soap:header message="tns:GetUserConfigurationSoapIn" part="Impersonation" use="literal"/>
                     <soap:header message="tns:GetUserConfigurationSoapIn" part="MailboxCulture" use="literal"/>
                     <soap:header message="tns:GetUserConfigurationSoapIn" part="RequestVersion" use="literal"/>
                     <soap:body parts="request" use="literal"/>
                </wsdl:input>
                <wsdl:output>
                     <soap:body parts="GetUserConfigurationResult" use="literal"/>
                     <soap:header message="tns:GetUserConfigurationSoapOut" part="ServerVersion" use="literal"/>
                </wsdl:output>
           </wsdl:operation>
           <wsdl:operation name="UpdateUserConfiguration">
                <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/UpdateUserConfiguration"/>
                <wsdl:input>
                     <soap:header message="tns:UpdateUserConfigurationSoapIn" part="Impersonation" use="literal"/>
                     <soap:header message="tns:UpdateUserConfigurationSoapIn" part="MailboxCulture" use="literal"/>
                     <soap:header message="tns:UpdateUserConfigurationSoapIn" part="RequestVersion" use="literal"/>
                     <soap:body parts="request" use="literal"/>
                </wsdl:input>
                <wsdl:output>
                     <soap:body parts="UpdateUserConfigurationResult" use="literal"/>
                     <soap:header message="tns:UpdateUserConfigurationSoapOut" part="ServerVersion" use="literal"/>
                </wsdl:output>
           </wsdl:operation>
      </wsdl:binding>
 </wsdl:definitions>