3.1.4.1 ExpandDL

ExpandDL defines an operation to expand a distribution list.

The following is the WSDL port type specification for the ExpandDL operation.

        <wsdl:operation name="ExpandDL">
             <wsdl:input message="tns:ExpandDLSoapIn" />
             <wsdl:output message="tns:ExpandDLSoapOut" />
         </wsdl:operation>

The following is the WSDL binding specification for the ExpandDL operation.

 <wsdl:operation name="ExpandDL">
             <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/ExpandDL" />
             <wsdl:input>
                 <soap:header message="tns:ExpandDLSoapIn" part="Impersonation" use="literal"/>
                 <soap:header message="tns:ExpandDLSoapIn" part="MailboxCulture" use="literal"/>
                 <soap:header message="tns:ExpandDLSoapIn" part="RequestVersion" use="literal"/>
                 <soap:body parts="request" use="literal" />
             </wsdl:input>
             <wsdl:output>
                 <soap:body parts="ExpandDLResult" use="literal" />
                 <soap:header message="tns:ExpandDLSoapOut" part="ServerVersion" use="literal"/>
             </wsdl:output>
         </wsdl:operation>

Request

Message format

Description

tns:ExpandDLSoapIn

Specifies the SOAP message that requests an expanded distribution list.

Response

Message format

Description

tns:ExpandDLSoapOut

Specifies the SOAP message returned by the server in response.